This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
RE: statically linked shared object
- From: "Herrmann Achim (GS-EC/ESI8) *" <Achim dot Herrmann at de dot bosch dot com>
- To: <gcc-help at gcc dot gnu dot org>
- Date: Fri, 11 Jun 2004 12:45:05 +0200
- Subject: RE: statically linked shared object
Fine :)
Replacing -static with -Wl,-Bstatic worked. shared object is statically linked, app was running and gprof, the original reason for statically linking, was profiling successful.
Thx again
Achim