discuss-gnustep
[Top][All Lists]
Advanced

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

Re: GNUstep on RedHat 9, non-standard library locations


From: Adam Fedor
Subject: Re: GNUstep on RedHat 9, non-standard library locations
Date: Mon, 26 May 2003 22:17:17 -0600

I don't thing base's configure passes on the LDFLAGS, etc properly. I'll have to fix that. A workaround might be to to pass the flags to gnustep-make, or do as you have done.

On Monday, May 26, 2003, at 06:41 AM, Ed Cavazos wrote:

Hello,

gnustep-make-1.6.0 installs fine. However, the make of
gnustep-base-1.6.0 fails. Here are some relevant sections of the make
output:

######################################################################
 Linking library libgnustep-base ...
/usr/bin/ld: cannot find -lcallback
collect2: ld returned 1 exit status

...

 Linking tool autogsdoc ...
/usr/bin/ld: cannot find -lgnustep-base
collect2: ld returned 1 exit status
make[2]: *** [shared_obj/ix86/linux-gnu/gnu-gnu-gnu/autogsdoc] Error 1
make[1]: *** [autogsdoc.all.tool.variables] Error 2
make[1]: Leaving directory `/usr/local/src/gnustep-base-1.6.0/Tools'
make: *** [internal-all] Error 2
######################################################################

I generally put stuff under '/opt/<progname>-<version>' so I have
ffcall and a newer libxml in the following locations:

        /opt/ffcall-1.8d
        /opt/libxml2-2.4.24

When configuring gnustep-make and gnustep-base, I used this script:

######################################################################
#!/bin/sh

LDFLAGS='-L/opt/ffcall-1.8d/lib -L/opt/libxml2-2.4.24/lib' \
CPPFLAGS='-I/opt/ffcall-1.8d/include -I/opt/libxml2-2.4.24/include' \
        ./configure --prefix=/opt/GNUstep
######################################################################






reply via email to

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