Re: multiply_defined in XCode
Re: multiply_defined in XCode
- Subject: Re: multiply_defined in XCode
- From: Dmitry Markman <email@hidden>
- Date: Thu, 30 Oct 2003 09:58:42 -0500
after converting target to native
all errors disappeared , but XCode stubbornly
add .dylib extensions to the product
I can change the name and remove dylib
and after that java application recognizes
jnilib and works fine
On Oct 29, 2003, at 11:10 PM, Dmitry Markman wrote:
Hi, I'm trying to build very old C code in XCode
but it report
/usr/bin/ld: multiple definitions of symbol _verts
I tried to suppress those messages by putting into
Target's Mach-O Linker flag
-multiply_defined warning
or
-multiply_defined suppress
but it didn't help
how I can build that target without changing the source?
thanks
Dmitry Markman
Dmitry Markman
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.