[Zope] DCOracle win32 problem

Jens Vagelpohl tommymi@concentric.net
Tue, 23 Nov 1999 13:21:26 -0500


DCOracle is not for windows, only for unix. use the ODBC mechanism for
windows instead.

jens



-----Original Message-----
From: zope-admin@zope.org [mailto:zope-admin@zope.org]On Behalf Of
Shalabh Chaturvedi
Sent: Tuesday, November 23, 1999 12:37 PM
To: zope
Subject: [Zope] DCOracle win32 problem


I can't compile the DCOracle extension on win32. In face I can't even
produce the Makefile.

This is what happens:-

N:...>make -f makefile.pre.in boot PYTHON=python
rm -f *.o *~
make: /bin/sh: Command not found
make: [clean] Error 127 (ignored)
rm -f *.a tags TAGS config.c Makefile.pre python sedscript
make: /bin/sh: Command not found
make: [clobber] Error 127 (ignored)
rm -f *.so *.sl so_locations
make: /bin/sh: Command not found
make: [clobber] Error 127 (ignored)
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: /bin/sh: Command not found
make: *** [boot] Error 127

Isn't makefile.pre.in supposed to be 'platform independent' ? Why do I
see /bin/sh and all the other unix stuff ?

I apologize if this is the wrong list for this - please point me.

Thanks,
Shalabh



_______________________________________________
Zope maillist  -  Zope@zope.org
http://lists.zope.org/mailman/listinfo/zope
          No cross posts or HTML encoding!
(Related lists -
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )