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
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
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
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
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
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
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
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
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
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
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
11 matches
Mail list logo