[Zope] - Win32 Installation

Robert Irie soundhack@geocities.com
Thu, 10 Dec 1998 23:32:49 -0500


Wow! such a quick response :)

I'm using gcc and the gnu ld, both version 2.8.1

problem occurs when the DocumentTemplate shared library is being made
(I think its the first shared library to be made?), and the line is:

ld -G cDocumentTemplate.o -o cDocumentTemplate.so
The linker aborts and core dumps.

looking at ld's man page, it seems that -G is not the right option. (it
requires
a size argument and is for MIPS ECOFF files) the man page does mention -g,
which is ignored and is mostly for 'compatibility with other tools'

so doing ld cDocumentTemplate.o -o cDocumentTemplate.so
gives a whole slew of error messages, like:

/src/sol2/Python-1.5.1/Zope-1.9b1-src/lib/python/DocumentTemplate/././cDocum
entTemplate.c:944: undefined reference to `Py_InitModule4'


Does this mean the linker isnt being told to make a shared library? the man
page
says it should be the default....

I've made python successfully so I assume that the config process/info
is ok/correct...

Thanks for listening!
Robert


-----Original Message-----
From: Jeff Bauer <jeffbauer@bigfoot.com>
>Binaries versions for both platforms will be available
>tomorrow.  Several people (including myself) are running
>Zope on Solaris.  What compiler are you using and what
>errors are generated?