Hi,
From: Martin Husemann<martin%duskware.de@localhost>, Date: Sat, 25 Feb 2012
14:04:05 +0100
But in link stage, the following error generated.
I cannot understand why it fails.
I have added some OS_LIBS += $(call EXPAND_LIBNAME,kvm) to makefiles,
no effects. Attached patch-* does not include this attempt.
Hmm, that is what I would have tried as well - DragonFly folks, any ideas?
DragonFly 3.0.1 have shipped with gcc 4.4.7 and 4.1.2 and gcc 4.4.7 is default.
With gcc 4.4.7, hidden symbol error generated even when -lkvm is added.
With gcc 4.1.2, hidden symbol error does not generated when -lkvm is added.
There is gcc 4.4.7 related problem probably.
Thank you.