Re: linker error SOLVED
Re: linker error SOLVED
- Subject: Re: linker error SOLVED
- From: Eric Blenkush <email@hidden>
- Date: Tue, 29 Jul 2003 01:25:23 -0700
Hi,
Figured this out.
I used the -y<symbol_name> linker option to find out where the symbol
was(OBPostLoader.m from omni code) and removed it. I had searched for
the symbol before but never found it because the linker reported it
with two underscores instead of one for some reason.
On Monday, July 28, 2003, at 8:16 PM, Eric Blenkush wrote:
Hi,
I am getting a linker error that I have been unable to fix. Ive
cleaned and rebuilt and changed settings, compiler etc(using 3.3) Ive
turned off zero_link and fix and continue but I always get this error.
Any ideas?
The error:
Undefined symbols:
__objc_bindModuleContainingList
Here is the console output:
StandaloneExecutable.LinkUsingFileList
/Users/blenkush/Work/MyApp_cvs/MyApp2.7.1.185/MyApp/MyApp/build/
MyApp.app/Contents/MacOS/MyApp
/usr/bin/g++-3.3 -o
/Users/blenkush/Work/MyApp_cvs/MyApp2.7.1.185/MyApp/MyApp/build/
MyApp.app/Contents/MacOS/MyApp
"-L/Users/blenkush/Work/MyApp_cvs/MyApp2.7.1.185/MyApp/MyApp/build"
"-Lbuild/MyApp.app/Contents/MacOS" "-L/usr/lib/java" "-Lbuild"
"-F/Users/blenkush/Work/MyApp_cvs/MyApp2.7.1.185/MyApp/MyApp/build"
-filelist
"/Users/blenkush/Work/MyApp_cvs/MyApp2.7.1.185/MyApp/MyApp/build/
MyApp.build/MyApp (Application).build/Objects-normal/LinkFileList"
"-arch" "ppc" "-Wl,-no_arch_warnings" "-framework" "AppKit"
"-framework" "Foundation" "-lObjCJava.A" "-framework" "JavaVM"
"-lCSJavaBridge"
ld: Undefined symbols:
__objc_bindModuleContainingList
...failed StandaloneExecutable.LinkUsingFileList
/Users/blenkush/Work/MyApp_cvs/MyApp2.7.1.185/MyApp/MyApp/build/
MyApp.app/Contents/MacOS/MyApp ...
Thanks,
Eric Blenkush
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
References: | |
| >linker error (From: Eric Blenkush <email@hidden>) |