From: Sven B. <fam...@gm...> - 2006-12-01 09:04:37
|
Hi Ullrich > Have you checked to which directory "make install" copies the files? Maybe > you have to specify directroy paths when running configure. It copies the files to the /usr/bin and /usr/lib like all packages. > Unfortunately I'm no Linux/Unix expert, so I have no idea what's going wrong on your system. Well, I'm no expert, too. It would be more adorable to develop on Windows platform, but I have to develop on Linux... :-) > Please quote the complete compiler and linker messages. Maybe this gives a > hint. The compiler gives no error, it's only the linker, which does. I tested your tutorials: cd '/home/sv/WX/wxPDF/Tut1' && make -k -j1 g++ -g -c `wx-config --cxxflags` -o tutorial1.o tutorial1.cpp g++ -Wall -DS4UNIX -g -o tutorial1 tutorial1.o -lhy `wx-config --libs` tutorial1.o: In function `tutorial1()': /home/sv/WX/wxPDF/Tut1/tutorial1.cpp:62: undefined reference to `wxPdfDocument::wxPdfDocument(int, wxString const&, wxPaperSize)' /home/sv/WX/wxPDF/Tut1/tutorial1.cpp:63: undefined reference to `wxPdfDocument::AddPage(int)' /home/sv/WX/wxPDF/Tut1/tutorial1.cpp:64: undefined reference to `wxPdfDocument::SetFont(wxString const&, wxString const&, double)' /home/sv/WX/wxPDF/Tut1/tutorial1.cpp:65: undefined reference to `wxPdfLink::wxPdfLink(int)' /home/sv/WX/wxPDF/Tut1/tutorial1.cpp:65: undefined reference to `wxPdfDocument::Cell(double, double, wxString const&, int, int, int, int, wxPdfLink const&)' /home/sv/WX/wxPDF/Tut1/tutorial1.cpp:65: undefined reference to `wxPdfLink::~wxPdfLink()' /home/sv/WX/wxPDF/Tut1/tutorial1.cpp:65: undefined reference to `wxPdfLink::~wxPdfLink()' /home/sv/WX/wxPDF/Tut1/tutorial1.cpp:66: undefined reference to `wxPdfDocument::SaveAsFile(wxString const&)' /home/sv/WX/wxPDF/Tut1/tutorial1.cpp:66: undefined reference to `wxPdfDocument::~wxPdfDocument()' /home/sv/WX/wxPDF/Tut1/tutorial1.cpp:66: undefined reference to `wxPdfDocument::~wxPdfDocument()' collect2: ld returned 1 exit status make: *** [tutorial1] Error 1 make: Target `all' not remade because of errors. *** Beendet mit Status: 2 *** Best regards, Sven -- "Ein Herz für Kinder" - Ihre Spende hilft! Aktion: www.deutschlandsegelt.de Unser Dankeschön: Ihr Name auf dem Segel der 1. deutschen America's Cup-Yacht! |