Hi, On 11/16/11 05:35, Martijn van Exel wrote:
g++ -g -Wall -Wextra -Wredundant-decls -Wdisabled-optimization -pedantic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DOSMIUM_WITH_GEOS -I/usr/include -DOSMIUM_WITH_SHPLIB -DOSMIUM_WITH_JAVASCRIPT -I../include -I/osm/software/v8/include -o osmjs osmjs.cpp -L/usr/local/lib -lexpat -lpthread -L/usr/lib -lgeos -lz -lprotobuf-lite -losmpbf -lv8 -licuuc -lshp
/usr/bin/ld: cannot find -lv8
Is libv8.so present in /usr/local/lib? If not, add a -L/path/to/where/it/is! Bye Frederik _______________________________________________ dev mailing list [email protected] http://lists.openstreetmap.org/listinfo/dev

