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
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
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
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 (
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 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
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
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
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)