Hi,

2007/12/10, Pablo Carreira <[EMAIL PROTECTED]>:

> c -fpic -I/usr/include/python2.4 -I./ 
> -I/home/pablo/grassinstall/dist.i686-pc-linux-gnu/include `wx-config 
> --cxxflags`  grass6_wxdriver_wrap.cxx
> /bin/sh: c: not found
> make: [grass6_wxdriver_wrap.o] Erro 127 (ignorado)
> c -fpic -I/usr/include/python2.4 -I./ 
> -I/home/pablo/grassinstall/dist.i686-pc-linux-gnu/include `wx-config 
> --cxxflags`  driver.cpp
> /bin/sh: c: not found
> make: [driver.o] Erro 127 (ignorado)
> shared -fpic -L/home/pablo/grassinstall/dist.i686-pc-linux-gnu/lib 
> -lgrass_vect -lgrass_gis `wx-config --libs` 
> -L/usr/lib/python2.4/site-packages/wx-2.8-gtk2-unicode/wx -lgdi 
> grass6_wxdriver_wrap.o driver.o -o _grass6_wxdriver.so
> /bin/sh: shared: not found
> make: [grass6_wxdriver.so] Erro 127 (ignorado)

it seems that no C++ compiler is defined [see $(CXX) variable], please
compile with --with-cxx switch.

Martin

-- 
Martin Landa <[EMAIL PROTECTED]> * http://gama.fsv.cvut.cz/~landa *
_______________________________________________
grass-user mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/grass-user

Reply via email to