On Monday, September 22, 2003, at 05:00 PM, Alexander Hansen wrote:
Has anyone solved this problem with gettext 0.10.40-7:
mv /sw/src/root-gettext-0.10.40-7/sw/lib/libintl.dylib /sw/src/root-gettext-dev-0.10.40-7/sw/lib/
mv: cannot stat `/sw/src/root-gettext-0.10.40-7/sw/lib/libintl.dylib': No such file or directory
### execution of mv failed, exit code 1
Failed: installing gettext-dev-0.10.40-7 failed
or does anyone have any ideas about how to solve the foregoing problem?
This usually means there's another error earlier in your build. http://fink.sourceforge.net/faq/comp-general.php#mv-failed
Thank you. I looked and perhaps this indicates what is causing the problem:
mkdir /sw/src/root-gettext-0.10.40-7/sw/lib
mkdir /sw/src/root-gettext-0.10.40-7/sw/include
/sw/bin/install -c -m 644 .libs/libintl.lai /sw/src/root-gettext-0.10.40-7/sw/lib/libintl.la
/sw/bin/install -c -m 644 .libs/libintl.a /sw/src/root-gettext-0.10.40-7/sw/lib/libintl.a
ranlib /sw/src/root-gettext-0.10.40-7/sw/lib/libintl.a
chmod 644 /sw/src/root-gettext-0.10.40-7/sw/lib/libintl.a
libtool: install: warning: remember to run `libtool --finish /sw/lib'
A search of subsequent output indicates that 'libtool --finish /sw/lib' is not invoked later in the build process.
Is this the problem? Is there a way I can fix this locally?
Regards,
Mark Wilson
------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Fink-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-users
