I found a strange problem in Mingw .
If I run configure in other directory (don't be under in src dir), The exe file that built by libtool can be running, but if I run configure in src directory , the exe file can't be running.
This is sample steps:
1. Successful running reproducible:
1) tar zxvf hbstock.1.1.5.tar.gz
2) mkdir build
3) cd build
4) ../hbstock-1.1.5/configure --prefix=/opt/hbstock
5) make
6) make install
It's okay, any program can work fine.
2. Failure running reproducible:
1) tar zxvf hbstock.1.1.5.tar.gz
2) cd hbstock.1.1.5
3) ./configure --prefix=/opt/hbstock
4) make
5) make install
It's fail, any exe program can't work.
attachement is the error information.
You can donwload hbstock to test from :
http://prdownloads.sourceforge.net/hbstock/hbstock-1.1.5.tar.gz?download
this package need ACE, you can donload prebuilt package from :
http://prdownloads.sourceforge.net/mingw-install/ACE-5.4.8-2-mingw.tar.gz?download
Can you help me to find the problem?
Regards
Zhang HaiBin
Mp3疯狂搜-新歌热歌高速下
<<attachment: error.jpg>>
_______________________________________________ Bug-libtool mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-libtool
