discuss-gnustep
[Top][All Lists]
Advanced

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

error building base


From: Chris Meyer
Subject: error building base
Date: Wed, 13 Mar 2002 15:14:45 -0800
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.8+) Gecko/20020225

When I configure and build base I end up with errors like the following:

rm -f Headers/Foundation
rm -f Source/Foundation
ln -s gnustep/base Headers/Foundation
Making all in Source...
make[1]: Entering directory `/home/meyer/gnustep/core/base/Source'
Making all for library libgnustep-base...
make[2]: Nothing to be done for `internal-library-all'.
Making all for bundle SSL...
make[2]: Nothing to be done for `internal-bundle-all'.
make[1]: Leaving directory `/home/meyer/gnustep/core/base/Source'
Making all in Tools...
make[1]: Entering directory `/home/meyer/gnustep/core/base/Tools'
Making all for tool autogsdoc...
gcc       -o shared_obj/ix86/cygwin/gnu-gnu-gnu/autogsdoc.exe \
shared_obj/ix86/cygwin/gnu-gnu-gnu/autogsdoc.o shared_obj/ix86/cygwin/gnu-gnu-gnu/AGSParser.o shared_obj/ix86/cygwin/gnu-gnu-gnu/AGSOutput.o shared_obj/ix86/cygwin/gnu-gnu-gnu/AGSIndex.o shared_obj/ix86/cygwin/gnu-gnu-gnu/AGSHtml.o \ -L../Source/shared_obj/ix86/cygwin/gnu-gnu-gnu -L/home/meyer/GNUstep/Libraries/ix86/cygwin/gnu-gnu-gnu -L/home/meyer/GNUstep/Libraries/ix86/cygwin -L/home/meyer/gnustep/Local/Libraries/ix86/cygwin/gnu-gnu-gnu -L/home/meyer/gnustep/Local/Libraries/ix86/cygwin -L/home/meyer/gnustep/Network/Libraries/ix86/cygwin/gnu-gnu-gnu -L/home/meyer/gnustep/Network/Libraries/ix86/cygwin -L/home/meyer/gnustep/System/Libraries/ix86/cygwin/gnu-gnu-gnu -L/home/meyer/gnustep/System/Libraries/ix86/cygwin -L/usr/lib -lgnustep-base -lobjc -lz -lxml2 -lz -lm -lm -I.
/usr/bin/ld: cannot find -lgnustep-base
collect2: ld returned 1 exit status
make[2]: *** [shared_obj/ix86/cygwin/gnu-gnu-gnu/autogsdoc.exe] Error 1
make[1]: *** [autogsdoc.all.tool.variables] Error 2
make[1]: Leaving directory `/home/meyer/gnustep/core/base/Tools'
make: *** [internal-all] Error 2

Notice that I am trying to build gnustep-base, but it is being included as a library when compiling the sub-project Tools. There was also an error trying to build the SSL project but I removed the -lgnustep-base from the SSL subproject make file and it seemed to continue the build.

Is this working for anyone else or is it an error in my configuration or is it an error in the make files?

By the way, I'm using gcc 3.1 under Cygwin 1.3.10 on W2K.





reply via email to

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