I do have msvcrt.lib in the lcc/lib dir, I wonder if somehow does not
know where to get it.  I'm not very familiar with lcc, just installed it
to help out with parrot compilations, but I'll go through the docs to
see if I can find something.

Ilya

> -----Original Message-----
> From: Dan Sugalski [mailto:[EMAIL PROTECTED]] 
> Sent: Sunday, January 06, 2002 12:11 PM
> To: Sterin, Ilya; 'Josh Wilmes'; [EMAIL PROTECTED]
> Subject: RE: [patch] fixes so it builds with lcc [APPLIED]
> 
> 
> At 02:24 PM 1/6/2002 -0800, Sterin, Ilya wrote:
> >Ok, trying to compile with lcc for wint32, I get...
> >
> >Determining if your C compiler is actually gcc (this could take a
> >while):
> >
> >cpp: Can't open input file msvcrt.lib
> >C compiler died! at Configure.pl line 748, <STDIN> line 9.
> 
> Damn. There's something extra needed, then. I've got it 
> installed here, 
> though I've not actually fired it up.
> 
> >Also, why is this line in Configure.pl (748)
> >system("$c{cc} $c{ccflags} -I./include $c{cc_exe_out}test_siz$c{exe} 
> >$name.c $c{cc_ldflags} $c{ldflags} $c{libs}") and die "C compiler 
> >died!";
> >
> >have and die.  Wouldn't it die all the time? Type?
> 
> Nope. System returns true on failure. Inconsistent, but true.
> 
> 
>                                       Dan
> 
> --------------------------------------"it's like 
> this"-------------------
> Dan Sugalski                          even samurai
> [EMAIL PROTECTED]                         have teddy bears and even
>                                       teddy bears get drunk
> 

Reply via email to