> Looks like Qt's faked up .la files have -framework flags in
> dependency_libs, remove them and it might work.
Indeed, this did the trick, thanks! It now compiles fine. [It
doesn't run successfully, however, because the Qt stuff still needs
some extra files (in directory `qt_menu.nib'), but th
[I replied to Werner without copying the list by mistake. Here is the
reply.]
On 03/23/2012 09:50 AM, Werner LEMBERG wrote:
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 ../libt
>> 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.
Attached.
> There are no static versions of any of the system
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 \
--t
[libtool 2.4.2]
Folks,
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+