Re: Libtool is "unfatting" my universal binaries

2007-10-09 Thread peter
On Tue, Oct 09, 2007 at 03:44:25PM -0600, Brian wrote: > It kind of fixed it. Everything is universal, but nothing works because my > libs/bins are linked against .out files in /var/tmp ! These files are not > even present in that location when I look... > When linking a shared library without a

Re: Libtool is "unfatting" my universal binaries

2007-10-09 Thread Brian
It kind of fixed it. Everything is universal, but nothing works because my libs/bins are linked against .out files in /var/tmp ! These files are not even present in that location when I look... [EMAIL PROTECTED]:/Users/mingus/emergent/src/temt/lib/.libs -> !otool otool -L libtemt-4.0.7.1.0.0.dylib

Re: Libtool is "unfatting" my universal binaries

2007-10-09 Thread Brian
Peter, `autoreconf -fi' fixed it. Thank you! On 10/9/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > On Mon, Oct 08, 2007 at 06:38:11PM -0600, Brian wrote: > > Peter, thanks for your comments. I build libtool from source, and am > using > > 1.5.24. I manually ran the large link command, inser

Re: Libtool is "unfatting" my universal binaries

2007-10-09 Thread peter
On Mon, Oct 08, 2007 at 06:38:11PM -0600, Brian wrote: > Peter, thanks for your comments. I build libtool from source, and am using > 1.5.24. I manually ran the large link command, inserting `-arch i386 -arch > ppc' after g++, and it did create a universal library: > http://pastey.net/75062 > > B

Re: Libtool is "unfatting" my universal binaries

2007-10-08 Thread Brian
Peter, thanks for your comments. I build libtool from source, and am using 1.5.24. I manually ran the large link command, inserting `-arch i386 -arch ppc' after g++, and it did create a universal library: http://pastey.net/75062 But it's not clear to me what I need to do to get libtool to do this

Re: Libtool is "unfatting" my universal binaries

2007-10-08 Thread Peter O'Gorman
On Oct 9, 2007, at 1:02 AM, Peter O'Gorman wrote: On Oct 7, 2007, at 5:07 AM, Brian wrote: I am trying to make a universal binary out of our software on OSX. The general strategy is to configure with LDFLAGS/CXXFLAGS="-arch i386 -arch ppc". This seems to work for our convenience libraries

Re: Libtool is "unfatting" my universal binaries

2007-10-08 Thread Peter O'Gorman
On Oct 7, 2007, at 5:07 AM, Brian wrote: I am trying to make a universal binary out of our software on OSX. The general strategy is to configure with LDFLAGS/CXXFLAGS="-arch i386 -arch ppc". This seems to work for our convenience libraries, which become fat, but when it comes time to make

Re: Libtool is "unfatting" my universal binaries

2007-10-07 Thread Benoit SIGOURE
On Oct 8, 2007, at 12:59 AM, Brian wrote: Thanks. Can you explain why it only works on the host? I haven't tested it, but it doesn't make any sense to me. Why would the compiler/linker have the capability to produce libraries/binaries for another architecture if you can't run it on that arc

Re: Libtool is "unfatting" my universal binaries

2007-10-07 Thread Brian
Thanks. Can you explain why it only works on the host? I haven't tested it, but it doesn't make any sense to me. Why would the compiler/linker have the capability to produce libraries/binaries for another architecture if you can't run it on that architecture?! On 10/7/07, Benoit SIGOURE <[EMAIL PR

Re: Libtool is "unfatting" my universal binaries

2007-10-07 Thread Benoit SIGOURE
On Oct 7, 2007, at 5:07 AM, Brian wrote: I am trying to make a universal binary out of our software on OSX. The general strategy is to configure with LDFLAGS/CXXFLAGS="-arch i386 -arch ppc". This seems to work for our convenience libraries, which become fat, but when it comes time to make o

Libtool is "unfatting" my universal binaries

2007-10-06 Thread Brian
I am trying to make a universal binary out of our software on OSX. The general strategy is to configure with LDFLAGS/CXXFLAGS="-arch i386 -arch ppc". This seems to work for our convenience libraries, which become fat, but when it comes time to make one of our distribution libraries, libtemt, libtoo