bug-serveez
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [bug-serveez] serveez-0.1.2 build failed on solaris 2.6 (serveez-0.1


From: Raimund 'Raimi' Jacob
Subject: Re: [bug-serveez] serveez-0.1.2 build failed on solaris 2.6 (serveez-0.1.1 was ok)
Date: Sun, 2 Dec 2001 17:38:57 +0100 (CET)

On Sun, 2 Dec 2001, stefan wrote:

hello!

thanks again for the report, Paul.

> > > gcc -v
> > Reading specs from
> > /auto/insbu-cnstools/lib/gcc-lib/sparc-sun-solaris2.6/3.0.2/s
> > pecs
> > Configured with: ../gcc-3.0.2/configure --prefix=/auto/insbu-cnstools
> > Thread model: posix
> > gcc version 3.0.2

As you can see, Stefan: he tried it with a gcc > 3.0 which makes the
output of libtool wrong...

> It fails because of the gcc/ld combination using -liberty.  libtool should
> have stated something like this:

[snip]

> You can try:
> 1. CC=cc ./configure ...

... reverting to a standard compiler that can link, too ...


> 2. ./configure --disable-static ..

... removing the troubles of shared libraries ...

> 3. LIBS=`gcc --print-libgcc-file-name` ./configure ...

... hopefully correctly solving the problem.

The problem is: The compiler is gcc introducing dependencies to gcc
libraries. However, libtool (as usual) screws up by using the native ld
(as seen in the path /usr/ccs/bin) which of course doesnt use the gcc
libraries. The problem would be solved when libtool would use gcc to link
the libraries, or at least GNU ld (from the binutils package).

Paul, dont give up yet, it is possible to compile 0.1.2 on solaris :-)

Bye,
    Raimi

--
      __/\     _/\    _____/\.___/\
     /   /    /  /___/   ____/  __/\     Name    : Raimi
    /   /  __/    __/   / __/  / _\/     Contact : address@hidden
   /   /__/ /     \/   /_/_/  /_/        Visit   : http://www.lkcc.org
  /________/___/\._\._____/_____/\       3.141592653589793238462643383
  \._______\.__\/__/\.____\.____\/       27950288419716939937510582097





reply via email to

[Prev in Thread] Current Thread [Next in Thread]