[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
automake problem on window
- Date: Fri, 9 Nov 2007 22:57:51 +0800
- From: yanmiaobest at gmail.com (阎淼)
- Subject: automake problem on window
hi,
I am migrating my development enviroment from linux to windows.
I followed the wiki page, installed mingw, msys, msysDTK.
I installed rtems4.7-i386-4.exe to c:\rtems\i386
and mingw to c:\mingw
and msys, msysDTK to there default path.
my /etc/fstab:
c:/MinGW /mingw
C:/rtems/i386 /home2/work/chris/rtems/4.7/build/rpms
and it works very when building rtems and apps
but automake got a problem:
$automake-1.10
Can't locate Autom4te/General.pm in @INC (@INC contains:
/usr/share/autoconf /usr/lib/perl5/5.6.1/msys /usr/lib/perl5/5.6.1
/usr/lib/perl5/site_perl/5.6.1/msys /usr/lib/perl5/site_perl/5.6.1
/usr/lib/perl5/site_perl .) at /usr/bin/autom4te line 40.
BEGIN failed--compilation aborted at /usr/bin/autom4te line 40.
automake-1.10: autoconf failed with exit status: 2
I searched the mailing list but did not find an answer.