site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com On Aug 2, 2005, at 10:41 AM, William Otte wrote: Hi folks - I am attempting to get the ADAPTIVE Communication Environment (ACE) to compile cleanly under OS X 10.4 using GCC 4.0. While I have been able to successfuly resolve almost all of the issues that I have encountered whilst migrating the Panther configurations, I have been beating my head against this one particular problem for a day now. When I try to link one portion of the project, I get the following: ================ libtool -dynamic -o libasnmp.dylib .shobj/address.o .shobj/asn1.o .shobj/counter.o .shobj/ctr64.o .shobj/gauge.o .shobj/integer.o .shobj/octet.o .shobj/oid.o .shobj/pdu.o .shobj/snmp.o .shobj/target.o .shobj/timetick.o .shobj/transaction.o .shobj/vb.o .shobj/wpdu.o .shobj/sagent.o -flat_namespace -undefined warning -L/build/wotte/gcc4/ACE_wrappers/ace -L./ -L. -L/build/wotte/gcc4/ACE_wrappers/lib -lACE -lstdc++.6 -lSystem -lSystemStubs -- Pinski _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... Don't link directly with libtool. Use gcc/g++ to link since that will add the correct libraries. This email sent to site_archiver@lists.apple.com
participants (1)
-
Andrew Pinski