Hi, When trying to compile ACE/TAO using cegcc i386 head I get this warning below, any idea how to resolve this --export-dynamic warning? As you can see we are not using --export-dynamic
Johnny rm -f .shobj//libACEXML_Parser.dll.def.old .shobj//libACEXML_Parser.dll.def; i386-mingw32ce-dlltool --export-all --output-def .shobj//libACEXML_Parser.dll.def --dllname libACEXML_Parser.dll .shobj/Entity_Manager.o .shobj/Parser.o .shobj/ParserContext.o .shobj/ParserInternals.o && mv .shobj//libACEXML_Parser.dll.def .shobj//libACEXML_Parser.dll.def.old && sed 's/;.*$//g' < .shobj//libACEXML_Parser.dll.def.old > .shobj//libACEXML_Parser.dll.def && i386-mingw32ce-g++ -DACE_HAS_CEGCC -D_WIN32_WCE=0x600 -DUNICODE -D_UNICODE -D_WINDOWS -DCEVER -DWIN32 -D_WINSOCKAPI_ -DACE_HAS_CUSTOM_EXPORT_MACROS=0 -I/cygdrive/d/ACE/cegcc/ACE_wrappers -DACE_HAS_EXCEPTIONS -DACE_NO_INLINE -I../../.. -DACE_USES_WCHAR -DACEXML_PARSER_BUILD_DLL -Wl,--enable-auto-image-base -Wl,--out-implib,libACEXML_Parser.dll.a -shared -o libACEXML_Parser.dll -Wl,--enable-auto-import -Wl,-E -L../../../lib -L. -L./ -L../../../lib -L../../../lib/ -Wl,.shobj//libACEXML_Parser.dll.def .shobj/Entity_Manager.o .shobj/Parser.o .shobj/ParserContext.o .shobj/ParserInternals.o -lACEXML -lACE -lcoredll -lmingw32 -lmingwex -lws2 -lsupc++ -liphlpapi Creating library file: libACEXML_Parser.dll.a/cygdrive/c/cygwin/opt/x86mingw32ce/bin/../lib/gcc/i38 6-mingw32ce/4.4.0/../../../../i386-mingw32ce/bin/ld: warning: --export-dynamic is not supported for PE targets, did you mean --export-all-symbols? c ------------------------------------------------------------------------------ Throughout its 18-year history, RSA Conference consistently attracts the world's best and brightest in the field, creating opportunities for Conference attendees to learn about information security's most important issues through interactions with peers, luminaries and emerging and established companies. http://p.sf.net/sfu/rsaconf-dev2dev _______________________________________________ Cegcc-devel mailing list Cegcc-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/cegcc-devel