----- Original Message -----
From: "Tom Henrik Aadland" <[EMAIL PROTECTED]>

> gcc: `cat: No such file or directory
> gcc: blib\arch\auto\Filter/extralibs.all`: No such file or directory
> dmake.exe:  Error code 1, while making 'myperl'
> dmake.exe:  Error code 255, while making 'myperl'
>
> The cat command are mapped to type in Config.pm so it works fine, the file
> extralibs.all are created but empty.
>

'$Config{cat}' is mapped to type ..... but 'cat' will not be mapped to
anything, and will remain 'cat'.
Perhaps somewhere in the source distro there's a 'cat' that needs to be
changed to '$Config{cat}'.

Just a thought ..... I really know nothing about static builds of perl, or
why people would build them that way.

Interesting to see that gcc-3.02 was ok. I think the perl source
'Readme.Win32' is still recommending gcc-2.95.2 (or something close to
that).

I didn't try Filter-1.25, but version 1.29 won't build straight out of the
box on my (dynamic) gcc-built perl 5.8.

Cheers,
Rob

_______________________________________________
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to