discuss-gnustep
[Top][All Lists]
Advanced

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

Re: Trying to compile libobjc with Hans-Boehm GC under MinGW


From: Lloyd Dupont
Subject: Re: Trying to compile libobjc with Hans-Boehm GC under MinGW
Date: Thu, 15 Jun 2006 00:04:44 +1000

Found a work around!
 
Apparently libojc is build with standart GNUstep makefile which link with plenty of library, including libgnustep-base and libobjc_gc
I don't know how that vere compile (without GC it compiles with just libgnustep-base which doens't exist?!?)
 
make -n gc=yes
copy the line
remove -llibobjc_gc
paste the line, run it, it works!
 
I guess I would have to do the same thing for libgnustep-base.
 
----- Original Message -----
Sent: Wednesday, June 14, 2006 11:53 PM
Subject: Trying to compile libobjc with Hans-Boehm GC under MinGW

I donwloaded (from http://www.hpl.hp.com/personal/Hans_Boehm/gc/), build and installed Boehm GC.
 
Now I'm trying to build 'objc.dll'
with
 
make clean
make gc=yes
 
It more or less work but fail at the link stage with that error
 Linking clibrary libobjc ...
c:\MinGW\bin\..\lib\gcc\mingw32\3.4.4\..\..\..\..\mingw32\bin\ld.exe: cannot find -lobjc_gc
collect2: ld returned 1 exit status
make[1]: *** [shared_obj/libobjc.dll.a] Error 1
make: *** [libobjc.all.clibrary.variables] Error 2
 
Any idea what's going on and how to fix it?
Thanks!


_______________________________________________
Discuss-gnustep mailing list
Discuss-gnustep@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnustep

reply via email to

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