Re: [RFC] Moving ltmain.sh and libtool.m4 into Automake

2012-10-18 Thread Peter Rosin
Hi Gary! [dropping Automake@, since that part seems to have been shot down] On 2012-10-17 11:41, Gary V. Vaughan wrote: > Autotoolers, > > For quite some time now I've been thinking about simplifying Libtool, > but I'm interested in feedback and more particularly buy-in from > Automake maintaine

Re: [RFC] Moving ltmain.sh and libtool.m4 into Automake

2012-10-18 Thread NightStrike
On Wed, Oct 17, 2012 at 11:27 AM, Gary V. Vaughan wrote: > Thanks to everyone for your feedback. Much appreciated. > > It seems that merging libtool into Automake would be an unpopular move all > around, with significant downsides for users, so I no longer plan to do > that... unless there is a s

Re: [RFC] Moving ltmain.sh and libtool.m4 into Automake

2012-10-18 Thread Gary V. Vaughan
On Oct 18, 2012, at 7:08 PM, Peter Rosin wrote: > Hi Gary! Hi Peter, > On 2012-10-17 11:41, Gary V. Vaughan wrote: >> If the consensus is that Automake is not a good home for the libtool >> compiler wrapper, then I still plan to split Libtool into two projects >> as outlined above to decouple an

Re: [RFC] Moving ltmain.sh and libtool.m4 into Automake

2012-10-18 Thread Gary V. Vaughan
Hello Mr. Strike, On Oct 18, 2012, at 7:16 PM, NightStrike wrote: > On Wed, Oct 17, 2012 at 11:27 AM, Gary V. Vaughan wrote: >> Thanks to everyone for your feedback. Much appreciated. >> >> It seems that merging libtool into Automake would be an unpopular move all >> around, with significant d

Re: Problem linking with static libraries on Darwin ("not the architecture being linked")

2012-10-18 Thread Bob Friesenhahn
$ make CFLAGS='-arch x86_64' CXXFLAGS='-arch x86_64' LDFLAGS='-framework CoreFoundation -framework CoreServices -L$HOME/build/sfAgent/libs/Release_Static/lib' But when the build goes to link an executable: /bin/sh ./libtool --tag=CXX --mode=link c++ -arch x86_64 -framework CoreFoundat