R
ranrodrig
I'm trying to compile some perl pgms on my windows2k Sp3 so I installed
the following in order to do it:
ActivePerl 5.8.8.819
Cygwin 2.510.2.2 (without Perl)
Parse::Binary module 0.10
When I run:
perl Makefile.pl, all is OK
when I run:
nmake, I got the error described previously (U1073).
If I edit the Makefile, I found the following variables:
LDDLFLAGS = -s -L/usr/local/lib
LDFLAGS = -s -L/usr/local/lib
LIBC = /usr/lib/libc.a
LIB_EXT = .a
OBJ_EXT = .o
OSNAME = cygwin
OSVERS = 1.5.18\(0.13242\)
RANLIB = :
SITELIBEXP = /usr/lib/perl5/site_perl/5.8
SITEARCHEXP = /usr/lib/perl5/site_perl/5.8/cygwin
SO = dll
EXE_EXT = .exe
FULL_AR = /usr/bin/ar
VENDORARCHEXP = /usr/lib/perl5/vendor_perl/5.8/cygwin
VENDORLIBEXP = /usr/lib/perl5/vendor_perl/5.8
So I think that this error message is related to these variables, but
as I'm a novice on Perl I don't know what to modify on them in order to
look for Perl on C:\Perl.
My question for you Folks would be: Do you know how to modify these env
variables that look like Linux ones, or if you have experienced this,
can you tell how did you solve it?.
BR & TIA for your comments & help.
Raul.
the following in order to do it:
ActivePerl 5.8.8.819
Cygwin 2.510.2.2 (without Perl)
Parse::Binary module 0.10
When I run:
perl Makefile.pl, all is OK
when I run:
nmake, I got the error described previously (U1073).
If I edit the Makefile, I found the following variables:
LDDLFLAGS = -s -L/usr/local/lib
LDFLAGS = -s -L/usr/local/lib
LIBC = /usr/lib/libc.a
LIB_EXT = .a
OBJ_EXT = .o
OSNAME = cygwin
OSVERS = 1.5.18\(0.13242\)
RANLIB = :
SITELIBEXP = /usr/lib/perl5/site_perl/5.8
SITEARCHEXP = /usr/lib/perl5/site_perl/5.8/cygwin
SO = dll
EXE_EXT = .exe
FULL_AR = /usr/bin/ar
VENDORARCHEXP = /usr/lib/perl5/vendor_perl/5.8/cygwin
VENDORLIBEXP = /usr/lib/perl5/vendor_perl/5.8
So I think that this error message is related to these variables, but
as I'm a novice on Perl I don't know what to modify on them in order to
look for Perl on C:\Perl.
My question for you Folks would be: Do you know how to modify these env
variables that look like Linux ones, or if you have experienced this,
can you tell how did you solve it?.
BR & TIA for your comments & help.
Raul.