From: Graham B. <gb...@po...> - 2001-05-04 08:50:28
|
Perl on Win32 does support various make's but you must build extensions with the same make that was used to build perl. This is because they do have different formats and MakeMaker uses the Config module to determine which format to output. If you have perl from ActiveState installed then I belive you need to have nmake, but as I am not a windows user I have no idea where to get it Graham. On Fri, May 04, 2001 at 10:11:33AM +0200, Rafael Corvalan wrote: > I would say that the problem is that you're using make from Borland, and as > far as I know, this is not really compatible with standard Unix "make" (SUN > make, GNU make etc...) > I think... > Can't you install cygwin and do your job from bash? This would use the GNU > make and I think it should work better. > Rafael > > -----Original Message----- > From: Kai-Loon Kok [mailto:war...@us...] > Sent: vendredi, 4. mai 2001 05:29 > To: Ess...@TD...; per...@li... > Subject: Re: (no subject) > > > Hi Essa, > > I think it is the problem from makefile, would it be possible for you to > send the makefile for review? As the error reported on line 133 and line > 788. > > Regards > Kai-Loon Kok > > ----- Original Message ----- > From: <Ess...@TD...> > To: <per...@li...> > Cc: <Way...@TD...> > Sent: Friday, May 04, 2001 1:25 AM > Subject: (no subject) > > > > > > > > To: PERL-LDAP AUTHOR(s) > > From: Essa Mohammad > > Location: TD Bank, Canada > > > > Operating System: Windows's NT > > > > Project Description: > > > > We have a web based application written in ORACLE using > Oracle Web > > Toolkit. We want to verify user name and the password using CA-LDAP which > talks > > to our host where all the user id's and passwords reside. I am trying to > use > > per-ldap to meet our requirements. > > > > Error: > > > > After decompressing all the files, I applied the follwing > command: > > > > perl Makefile.PL (This step was > succssful) > > > > > > > > Then the following command was applied: > > > > make > > and I got the follwing error: > > > > (Embedded image moved to file: > > pic14031.pcx) > > > > It seems that there is a problem with the makefile. > > > > I tried to install Convert::ASN1 package, but that also > failed > > when I applied make command. > > > > I will appreciate if you could provide me any suggestion > to come > > accross this error. > > > > Thanks > > > > Essa > > > > e-mail: Ess...@td... > > Ph: (416) 308-2353 > > > > > > > |