> Dane Springmeyer wrote: > >>>> /usr/bin/ld: cannot find -lboost_system-mt >>>> collect2: ld gab 1 als Ende-Status zur?ck >>>> scons: *** [src/libmapnik.so] Error 1 >>>> scons: building terminated because of errors. >>>> >>> Unfortunately I didn't study information technologies, just >>> cartography. >>> Please keep this in mind ;) >>> >>> >> No worries, we'll get this worked out. >> > > I had a similar problem when installing an older version of Mapnik on > something that must have been Ubuntu Gutsy at the time; I found that I > had to create symlinks for all the boost libraries because while they > were multithreaded they were not named like that (e.g. my library was > libboost_system not libboost_system-mt which Mapnik was expecting). With > the symlinks it the worked fine. > > Bye > Frederik > >
Rather than creating sym links, I found (with 0.5.1) you could tell Scons to use the non-threaded version of boost. python scons/scons.py THREADING=single configure python scons/scons.py THREADING=single sudo python scons/scons.py THREADING=single install - brian _______________________________________________ Mapnik-users mailing list [email protected] https://lists.berlios.de/mailman/listinfo/mapnik-users

