develooper Front page | perl.perl5.porters | Postings from July 2001

Re: fcrypt.c

From:
Gurusamy Sarathy
Date:
July 31, 2001 08:45
Subject:
Re: fcrypt.c
Message ID:
200107311544.f6VFiif04408@smtp3.ActiveState.com
On Sun, 29 Jul 2001 13:26:15 +0200, Nikola Knezevic wrote:
>in the readme.win32 file there is an error about the location where
>libdes could be found. The URL mentioned there doesn't exists.

Does anyone know the updated URL for libdes-3.06?

>ALso, I've found libdes4.01, but I have problems when building
>bleadperl. readme.win32 (or win32/makefile, I'm not sure which) says
>that fcrypt.c should be in the same directory where makefile is, but it
>results in compiler error about lack of some include files. After seting
>the INCLUDE new errors arise... Here is relevant part:
>
>        cl -c -nologo -Gf -W3 -I..\lib\CORE -I.\include -I. -I.. -DWIN32 -D_CO
>NS
>OLE -DNO_STRICT -DHAVE_DES_FCRYPT -DPERLDLL -DPERL_CORE   -O1 -MD -DNDEBUG -Fo
>.\
>mini\fcrypt.obj fcrypt.c
>fcrypt.c
>        link -subsystem:console -out:..\miniperl.exe @C:\WINDOWS\TEMP\nma92981
>.
>   Creating library ..\miniperl.lib and object ..\miniperl.exp
>fcrypt.obj : error LNK2001: unresolved external symbol _fcrypt_body
>fcrypt.obj : error LNK2001: unresolved external symbol _des_set_key
>..\miniperl.exe : fatal error LNK1120: 2 unresolved externals
>NMAKE : fatal error U1077: 'd:\DevStudio\VC\BIN\link.exe' : return code '0x460
>'
>Stop.
>
>Is there any other way to compile perl with -DHAVE_DES_FCRYPT?

You can also get the pre-patched fcrypt.c from the ActivePerl sources.

    http://downloads.activestate.com/ActivePerl/src/5.6/


Sarathy
gsar@ActiveState.com



nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About