libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: static linking problem on Mac OS X Lion


From: Peter O'Gorman
Subject: Re: static linking problem on Mac OS X Lion
Date: Fri, 23 Mar 2012 08:18:09 -0500
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.22) Gecko/20110906 Fedora/3.1.14-1.fc14 Thunderbird/3.1.14

Hi,

On 03/23/2012 07:58 AM, Werner LEMBERG wrote:

I have a problem with libtool on Mac OS X Lion, trying to link
statically to (a statically compiled version of) Qt.  Saying

   make LDFLAGS="-all-static" V=1

I get this link command together with the error message.

/bin/sh ../libtool \
   --tag=CXX \
   --mode=link \
   g++ -pipe -O2

Please add a --debug after the ../libtool and send me the log of stderr and stdout.

There are no static versions of any of the system frameworks or libSystem, etc., so -all-static isn't going to do anything different to -static-libtool-libs, afaik.

Thanks,
Peter



reply via email to

[Prev in Thread] Current Thread [Next in Thread]