gnustep-dev
[Top][All Lists]
Advanced

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

Help compiling 3rd party library: undefined reference error


From: Nicolaus Andratschke
Subject: Help compiling 3rd party library: undefined reference error
Date: Tue, 9 Aug 2011 12:43:58 -0700 (PDT)

Hi there,

I try to compile Cocos2d-gnustep on openSUSE 11.4 with the newest stable gnustep environment I compiled and installed with the gnustep-startup script myself and get the following error I can't resolve myself:

This is gnustep-make 2.6.0. Type 'make print-gnustep-make-help' for help.
Making all for app HelloWorld...
gcc  -rdynamic      -shared-libgcc -fexceptions -fgnu-runtime -o HelloWorld.app/./HelloWorld \
./obj/HelloWorld.obj/HelloWorld.m.o   -L ../../cocostep//./obj    -L/home/nicolaus/GNUstep/Library/Libraries -L/usr/local/bin/Local/Library/Libraries -L/usr/local/bin/System/Library/Libraries     -lgnustep-gui  -lCoCoStep  -lGL -lGLU -lm -lgnustep-base -lgnustep-gui  -lgnustep-base   -lpthread -lobjc   -lm
../../cocostep//./obj/libCoCoStep.so: undefined reference to `CGRectEqualToRect'
collect2: ld returned 1 exit status
make[3]: *** [HelloWorld.app/./HelloWorld] Fehler 1
make[2]: *** [internal-app-run-compile-submake] Fehler 2
make[1]: *** [HelloWorld.all.app.variables] Fehler 2
make: *** [internal-all] Fehler 2

I realize that some library to be linked is missing, but cannot figure out which it is.
BTW, I compiled and installed ProjectCenter and Gorm from sources succesfully.

Any help is very mcu appreciated.

Regards,

NIC



reply via email to

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