Relinking issue

2007-10-08 Thread Duft Markus
Hi! I'm again having issues with relinking: I have shlibpath_overrides_runpath set to yes (which is really true now for my compiler), which effectively prevents relinking, but only of libraries. Somehow executables are still relinked, and i just can't find the place where this happens. Something

RE: Relinking issue

2007-10-08 Thread Duft Markus
Sorry, forget this post, i found out that it is still relinking libraries too... Cheers, Markus Duft Markus <> wrote: > Hi! > > I'm again having issues with relinking: I have > shlibpath_overrides_runpath set to yes (which is really true now for > my compiler), which effectively prevents relinki

Re: Relinking issue

2007-10-08 Thread Ralf Wildenhues
Hello Markus, * Duft Markus wrote on Mon, Oct 08, 2007 at 10:40:24AM CEST: > > I'm again having issues with relinking: I have > shlibpath_overrides_runpath set to yes (which is really true now for my > compiler), which effectively prevents relinking, but only of libraries. > > Somehow executable

libtool & mac os x: framework problem

2007-10-08 Thread Vadim Godunko
Hello, What is the status of libtool support for Mac OS X? We have many problems with handling of -framework flag in command line and .la dependency_lib. Problem looks like (-framework passed in command line): libtool: link: cannot find the library `' or unhandled argument `-framework' or (

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 & mac os x: framework problem

2007-10-08 Thread Peter O'Gorman
On Oct 8, 2007, at 10:27 PM, Vadim Godunko wrote: Hello, What is the status of libtool support for Mac OS X? What version? A glibtool that ships with Mac OS X, or one that comes from gnu.org? We have many problems with handling of -framework flag in command line and .la dependency_li

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 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 & mac os x: framework problem

2007-10-08 Thread Vadim Godunko
Peter O'Gorman wrote: What is the status of libtool support for Mac OS X? What version? A glibtool that ships with Mac OS X, or one that comes from gnu.org? $ libtool --version ltmain.sh (GNU libtool) 1.5.24 (1.1220.2.455 2007/06/24 02:13:29) (libtool script generated by configure script)