Hi Meron,

Thank you for the bug report!

* meron yemane wrote on Tue, May 16, 2006 at 05:13:23AM CEST:
> I am a new Linux User. And it gives me this error and told me to
> report the bug. I feel it might helpful if the problem is real other
> than my mistake in making the files.

I can't see where you would have made any mistake.  Let's see:

> [EMAIL PROTECTED] libtool-1.5.22]# ./configure

OK, it's rather uncommon to build software as root.  More common is
something like
  ./configure
  make
  su -c 'make install'

(or some different method of gaining root, or installation access).
But it should still work.

> PASS: demo-nopic.test
> PASS: demo-make.test
> FAIL: demo-exec.test

> ====================================
> 1 of 112 tests failed
> Please report to [email protected]
> ====================================

Hmm.  Please run
  make check VERBOSE=x \
    TESTS="demo-nopic.test demo-make.test demo-exec.test" 2>&1 |
    tee nopic_log

and post the contents of nopic_log to see what's going on here.

Thanks,
Ralf


_______________________________________________
Bug-libtool mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-libtool

Reply via email to