Hi all. I'm trying to build Sybasedav2 but i get one error building the Makefile; below is the output of make : rm -f *.o *~ rm -f *.a tags TAGS config.c Makefile.pre python sedscript rm -f *.so *.sl so_locations VERSION=`python -c "import sys; print sys.version[:3]"`; \ installdir=`python -c "import sys; print sys.prefix"`; \ exec_installdir=`python -c "import sys; print sys.exec_prefix"`; \ make -f ./Makefile.pre.in VPATH=. srcdir=. \ VERSION=$VERSION \ installdir=$installdir \ exec_installdir=$exec_installdir \ Makefile make[1]: Entering directory `/usr/local/Zope-2.1.6-linux2-x86/lib/python/Products/SybaseDAv2/src' make[1]: Leaving directory `/usr/local/Zope-2.1.6-linux2-x86/lib/python/Products/SybaseDAv2/src' Thanks in advance and sorry for my terrible english. Pedro Vega.
participants (1)
-
Pedro Vega