(no subject)
(no subject)
- Subject: (no subject)
- From: <email@hidden>
- Date: Wed, 4 Aug 2004 11:42:11 +0200
Recently, I started working with XCode 1.2. I am trying to build a program,
including some C/C++ sources, a static library of my own (C++) and a third
party static library libxxx.a (C), built in 2002. When I build the target with
the debug style, build succeeds and I can run the program. But when I build it
with the deployment style, I get 15 messages complaining of multiply defined
symbols in libxxx.a and libSystem.B.dylib. 9 of the messages are errors, the
rest are warnings. When I look at the build log, the dylib is listed before
libxxx.a in case of error messages, and libxxx.a is listed before the dylib in
case of warnings.
Any ideas what I can do to get my program built?
Best regards
Hans-Jochen Lau
_______________________________________________
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.