What C compiler does a Makefile.PL file expect?  I am having problems
installing the MD5 module into a Perl installation on NT4, and I get a
'can't compile test program' error.  When I look at the Makefile.PL
sourcecode, it seems to want to issue the commands to the compiler in a
different way than what djgpp (gcc) expects:

gcc <sourcefile> -o <executable>

Makefile.PL:

gcc.exe -o  -Id:\InterShop\lib/CORE -DWIN32IO_IS_STDIO -nologo -nodefaultlib
 -release -mac
hine:x86 u32align.c  oldnames.lib kernel32.lib user32.lib gdi32.lib
winspool.lib comdlg32
.lib advapi32.lib shell32.lib ole32.lib  oleaut32.lib netapi32.lib uuid.lib
wsock32.lib mp
r.lib winmm.lib  version.lib odbc32.lib odbccp32.lib msvcrt.lib
Can't compile test program





-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to