On Saturday 15 November 2008 11:30:02 André Schild wrote: > I did now retry with the current svn code, it compiles with some warnings, > but then the linking fails: > > [100%] Building CXX object > src/CMakeFiles/qlandkartegt.dir/moc_CGarminExport.o > Linking CXX executable ../bin/qlandkartegt > /usr/bin/ld: cannot find -lgdal > collect2: ld gab 1 als Ende-Status zurück > make[2]: *** [bin/qlandkartegt] Fehler 1 > make[1]: *** [src/CMakeFiles/qlandkartegt.dir/all] Fehler 2 > make: *** [all] Fehler 2
I got around this problem by creating the following symbolic link: lrwxrwxrwx 1 root root 22 2008-11-09 21:19 /usr/lib/libgdal.so -> libgdal1.4.0.so.1.11.4 These are the default ones in my KUbuntu 8.04: -rw-r--r-- 1 root root 7660282 2008-02-14 03:38 /usr/lib/libgdal1.4.0.a -rw-r--r-- 1 root root 1322 2008-02-14 03:37 /usr/lib/libgdal1.4.0.la lrwxrwxrwx 1 root root 22 2008-11-09 20:48 /usr/lib/libgdal1.4.0.so -> libgdal1.4.0.so.1.11.4 lrwxrwxrwx 1 root root 22 2008-11-09 20:48 /usr/lib/libgdal1.4.0.so.1 -> libgdal1.4.0.so.1.11.4 -rw-r--r-- 1 root root 4815548 2008-02-14 03:38 /usr/lib/libgdal1.4.0.so.1.11.4 Daniel -- Daniel Schudel [EMAIL PROTECTED] ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ QLandkarte-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qlandkarte-users
