Mingw autoconf 2.69 package
Ralf Corsepius
ralf.corsepius at rtems.org
Wed Apr 3 16:21:45 UTC 2013
On 04/03/2013 05:29 PM, Matthew J Fletcher wrote:
> Ralf,
>
> Thanks, i had not installed automake, that resolves the issue with
> Autom4te/ChannelDefs.pm
>
> but i still have an error about not being able to find
> Autom4te/C4che.pm, although doing a search on disk shows there is a copy
> in C:\mingw\opt\rtems-4.11\share\Autom4te\
This looks like a path issue (c.f. below)
> --- snip ----
> Can't locate Autom4te/C4che.pm in @INC (@INC contains:
> /opt/rtems-4.11/share/autoconf /usr/lib/perl5/5.8/msys /usr/lib/p
> erl5/5.8 /usr/lib/perl5/site_perl/5.8/msys /usr/lib/perl5/site_perl/5.8
> /usr/lib/perl5/site_perl/5.8 /usr/lib/perl5/vend
> or_perl/5.8/msys /usr/lib/perl5/vendor_perl/5.8
> /usr/lib/perl5/vendor_perl/5.8 .) at /mingw/bin/autom4te line 37.
> BEGIN failed--compilation aborted at /mingw/bin/autom4te line 37.
automake (rsp. perl) is searching in /opt/rtems-4.11/share/autoconf,
while you seem to be having the file in question under
/mingw/opt/rtems-4.11/share/autoconf (Also note the /mingw/bin/autom4te
in the error message above).
The error message also contains references to /usr/lib/*perl in @INC,
which would mean it is expecting to find perl-modules without
/mingw-prefix. Can you verify if your perl is able to find its modules?
Ralf
P.S.: I vaguely recall there is some setting or specialized shell in
either mingw or cygwin which cause a shell to operate without prefix.
Unfortunately I don't have a working mingw nor cygwin installation nor
do I recall the details.
More information about the users
mailing list