This is the mail archive of the cygwin-apps mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [ITP] python-crypto 2.0.1 -- Cryptographic algorithms and protocols for Python


* Mon 2007-10-01 Dr Dr <Dr.Volker.Zell-QHcLZuEGTsvQT0dZR+AlfA AT public.gmane.org>
* Message-Id: 823awvpbwh.fsf AT vzell-de.de.oracle.com
> gcc -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -Isrc/ -I/usr/include/python2.5 -c src/MD2.c -o build/temp.cygwin-1.7.0-i686-2.5/src/MD2.o
> gcc -shared -Wl,--enable-auto-image-base build/temp.cygwin-1.7.0-i686-2.5/src/MD2.o -L. -lpython2.5 -o build/lib.cygwin-1.7.0-i686-2.5/Crypto/Hash/MD2.dll
> /usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../i686-pc-cygwin/bin/ld: cannot find -lpython2.5
>
> I think you're missing -L/usr/lib/python2.5/config

If this was due to multiple python installations

   ls /usr/lib/python2*/config | grep ':'

then here is corrected version:

  wget        \
    http://cygwin.cante.net/python-crypto/python-crypto-2.0.1-1-src.tar.bz2 \
    http://cygwin.cante.net/python-crypto/python-crypto-2.0.1-1.tar.bz2 \
    http://cygwin.cante.net/python-crypto/setup.hint

Also included is the "category: Libs Python".

Jari

-- 
Welcome to FOSS revolution: we fix and modify until it shines


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]