Hello Curtis, Apologies for the delay.
* Curtis Spencer wrote on Wed, Jul 12, 2006 at 09:58:17PM CEST: > Nothing in the compile and link steps is generating the .lai file, so I > am wondering what I should do? > > libtool --mode=install cp libhello.la /usr/local/lib/libhello.la > cp .libs/libhello.lai /usr/local/lib/libhello.la > cp: cannot stat `.libs/libhello.lai': No such file or directory Thanks for the bug report. Please show the libtool version you encountered this with, and the outputs of libtool --config libtool --debug --mode=link $CC ... -o libhello.la ... (fill in the rest of the command line as appropriate); please pack large output with gzip. The .lai file should be generated as part of the link step, with above questions I'm trying to find out why it isn't in your case (and why that did not cause an error). Cheers, Ralf _______________________________________________ http://lists.gnu.org/mailman/listinfo/libtool
