[ wxwindows-Bugs-1569045 ] wxrc link error

SourceForge.net noreply at sourceforge.net
Sun Oct 1 21:12:46 PDT 2006


Bugs item #1569045, was opened at 2006-10-02 06:12
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=109863&aid=1569045&group_id=9863

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Tobias Minich (belgabor)
Assigned to: Nobody/Anonymous (nobody)
Summary: wxrc link error

Initial Comment:
I get a linker error when compiling wxrc. I belive this
is related to the fact that I use the system expat lib.
Here is the linker command line:
g++ -o wxrc.exe wxrc_wxrc.o -mthreads    -L../../lib  
 -lexpat   -lwx_msw-2.7   -lwxregex-2.7  -mthreads  -lz
-lrpcrt4 -loleaut32 -lole32 -luuid -lodbc32 -lole32
-loleaut32 -lwinspool -lwinmm -lshell32 -lcomctl32
-lcomdlg32 -lctl3d32 -ladvapi32 -lwsock32 -lgdi32 
-lpng -lz -ljpeg -ltiff

It fails with all the expat functions 'missing'. If I
hack the makefile to list -lexpat after the wx libs
(before -lpng) it works.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=109863&aid=1569045&group_id=9863




More information about the wx-dev mailing list