Fix unexported local symbols by adding -rdynamic flag in linking.

This commit is contained in:
agibert 2003-01-23 00:19:42 +00:00
parent ef892a2a1e
commit 4f193a64a2

View File

@ -11,7 +11,7 @@ ifdef LIBVER_SUPPORT
LIB += -ldl -lver LIB += -ldl -lver
endif endif
FLAG += -D_LIBVER_SUPPORT FLAG += -D_LIBVER_SUPPORT -rdynamic
endif endif
all: demo0 libdemo0_s.a libdemo0_d.so all: demo0 libdemo0_s.a libdemo0_d.so