From: SourceForge.net <no...@so...> - 2006-01-05 14:46:19
|
Bugs item #1397791, was opened at 2006-01-05 16:46 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=462816&aid=1397791&group_id=51305 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: Christos (achaios) Assigned to: Nobody/Anonymous (nobody) Summary: wxpdfdoc compilation problems under GTK Initial Comment: make fails when trying to link the sample with tons of unresolved references. ./configure .... g++ -o samples/minimal minimal_minimal.o minimal_tutorial1.o minimal_tutorial2.o minimal_tutorial3.o minimal_tutorial4.o minimal_tutorial5.o minimal_tutorial7.o minimal_bookmark.o minimal_cjktest.o minimal_clipping.o minimal_drawing.o minimal_protection.o minimal_rotation.o minimal_wmf.o minimal_transformation.o minimal_gradients.o minimal_barcodes.o minimal_charting.o -L./lib -L./lib -lwxpdfdoc -L/usr/local/lib -pthread -L/usr/X11R6/lib minimal_minimal.o: In function `wxCreateApp()': minimal.cpp:(.text+0x32): undefined reference to `wxAppConsole::CheckBuildOptions(char const*, char const*)' .... It is obvious that "minimal" is not linked against the wx libs. I have manually compiled only the static unicode libraries of wxGTK 2.6.2. They are properly detected by configure. SuSE 10.0-i386 gcc 4.0.2 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=462816&aid=1397791&group_id=51305 |