bug-libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Issue in the libtool -> vlc-0.8.6f


From: zaheer
Subject: Issue in the libtool -> vlc-0.8.6f
Date: 6 Jul 2009 12:42:00 -0000


Hello,

I have vlc-0.8.6f source code. On compiling the source code i found an issue in the libtool. Attaching the compiled messages for your reference.

Final command that the makefile executes is that as below: Below command is failing to create the dll files.

/bin/sh ../../libtool --debug --tag=CC --mode=link gcc -mno-cygwin -Wsign-compare -Wall -mms-bitfields -pipe -L/usr/win32-branch/lib -o libaccess_file_plugin.dll libaccess_file_plugin.a -L/usr/local/lib -g -shared -u _vlc_entry__0_8_6

For some reason libtool delets "-shared" flag from the command. This is the issue with this libtool.

If libtool is unused then i can generate the dll with this command.

/bin/sh ../../libtool --debug --tag=CC --mode=link gcc -mno-cygwin -Wsign-compare -Wall -mms-bitfields -pipe -L/usr/win32-branch/lib -o libaccess_file_plugin.dll libaccess_file_plugin.a -L/usr/local/lib -g -shared -u _vlc_entry__0_8_6


If libtool is unused then i can generate the dll with this command.

/bin/sh ../../libtool --debug --tag=CC --mode=link gcc -mno-cygwin -Wsign-compare -Wall -mms-bitfields -pipe -L/usr/win32-branch/lib -o libaccess_file_plugin.dll libaccess_file_plugin.a -L/usr/local/lib -g -shared -u _vlc_entry__0_8_6
What could be the problem?       Thanks if you can help

Regards,
Zaheer

Attachment: libright
Description: Text document

Attachment: brightbq
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]