Earl Purple wrote:

> Now I'm back to a debug build with 3.2.1
>
> This won't link:
>
> ${TARGETS}: ${SOURCE}
>       ${BUILD} ${INCLUDES} ${SOURCE} ${LIBPATH} ${LIBS} -Wl,-E -o ${TARGETS}
>
> /usr/ccs/bin/ld: illegal option -- E
> usage: ld [-6:abc:d:e:f:h:il:mo:p:rstu:z:B:CD:F:GI:L:M:N:P:Q:R:S:VY:?]
> file(s)
>
> So if I can't use -Wl,-E what am I supposed to do to get dlopen and
> dynamic_cast to work properly? I am opening with RTLD_GLOBAL

Actually it seems to work even without this option. My failed cast I
got was actually because it was a bad cast.

_______________________________________________
help-gplusplus mailing list
help-gplusplus@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gplusplus

Reply via email to