Dan White wrote: [] > g++ -I. -I/sw/include -L/sw/lib hello.cpp -o hello -lpdf > > /usr/bin/ld: Undefined symbols: > PDFlib::begin_page(float, float) [etc]
Put pdflib.cpp on your compiler command line. Or, if you are doing this from inside the pdflib build tree, put pdflib.o on the line. That's what the Makefile in the directory containing these tests is doing. -- Martin ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
