NetBSD-Bugs archive

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

re: bin/56031: binary compiled with -pg (profiling) segfaults if linked against shared library



this is a GCC specs issue.  profiling needs static, and it
is not getting static due to missing spec.

you should be able to work around this with explicit -static,
but you can't use -pg and shlibs.  this is not supported.


.mrg.


Home | Main Index | Thread Index | Old Index