[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gnash-dev] static linking broken ?
From: |
strk |
Subject: |
[Gnash-dev] static linking broken ? |
Date: |
Sat, 31 Jul 2010 01:09:07 +0200 |
I'm having troubles linking gnash statically (for profiling).
In particular, --disable-shared --enable-static still attempts
to link libgnashcore as a shared library rather than a static
one.
The failure shows up as undefined refs at link time in gui/
but 'make' run in each subdir doesn't give any problem.
Interesting enough, find . -name '*.a' only shows these ones:
./libltdl/.libs/dlopen.a
./libltdl/.libs/libltdlc.a
./libcore/vm/.libs/libgnashvm.a
./libcore/parser/.libs/libgnashparser.a
Note missing libcore/.libs directory.
This is Ubuntu 8.10, current trunk configured with:
--enable-gui=gtk --enable-media=ffmpeg --enable-renderer=agg
Any hints ? Did anyone else succeed in statically linking lately ?
--strk;
() Free GIS & Flash consultant/developer
/\ http://strk.keybit.net/services.html
- [Gnash-dev] static linking broken ?,
strk <=