Now I'm getting a different link error:

gcc -shared -Wl,--enable-auto-image-base 
build/temp.cygwin-1.5.25-i686-2.5/twisted/runner/portmap.o 
-L/lib/python2.5/config -lpython2.5.dll -o 
build/lib.cygwin-1.5.25-i686-2.5/twisted/runner/portmap.dll
/Apps/Twisted-2.5.0/TwistedRunner-0.2.0/twisted/runner/portmap.c:24: undefined 
reference to `_pmap_unset'
/Apps/Twisted-2.5.0/TwistedRunner-0.2.0/twisted/runner/portmap.c:25: undefined 
reference to `_pmap_set'
build/temp.cygwin-1.5.25-i686-2.5/twisted/runner/portmap.o: In function 
`portmap_unset':
/Apps/Twisted-2.5.0/TwistedRunner-0.2.0/twisted/runner/portmap.c:39: undefined 
reference to `_pmap_unset'

pmap_set and pmap_unset are functions defined in <rpc/pmap_clnt.h>.

Any suggestions on what the missing library is named? 

I found three libraries with "rpc" in their name:

/lib/w32api/librpcdce4.a
/lib/w32api/librpcns4.a
/lib/w32api/librpcrt4.a

but adding those to the link doesn't help.

I guess I should be asking on the Python or Twisted mailing lists.

-- 
-- Stephe


_______________________________________________
Monotone-devel mailing list
Monotone-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/monotone-devel

Reply via email to