[Expat-bugs] [ expat-Bugs-1171906 ] expat-2005-01-28 snapshot in
Mingw's msys 1.0
SourceForge.net
noreply at sourceforge.net
Wed Mar 30 02:15:15 CEST 2005
Bugs item #1171906, was opened at 2005-03-28 15:41
Message generated for change (Comment added) made by heromyth
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=110127&aid=1171906&group_id=10127
Category: Build control
Group: Platform Specific
Status: Open
Resolution: None
Priority: 5
Submitted By: heromyth (heromyth)
Assigned to: Greg Stein (gstein)
Summary: expat-2005-01-28 snapshot in Mingw's msys 1.0
Initial Comment:
When I do Make, it is almost successful. At that time, I
get the shared and statice libraries.
During making, it show this:
/bin/sh ./libtool --silent --mode=link gcc -I./lib -I. -O2 -
Wall -Wmissing-pr
ototypes -Wstrict-prototypes -fexceptions -
DHAVE_EXPAT_CONFIG_H -o examples/ele
ments examples/elements.o libexpat.la
./libtool: .libs/lt-examples/elements.c: No such file or
directory
./libtool: .libs/lt-examples/elements.c: No such file or
directory
./libtool: .libs/lt-examples/elements.c: No such file or
directory
./libtool: .libs/lt-examples/elements.c: No such file or
directory
./libtool: .libs/lt-examples/elements.c: No such file or
directory
./libtool: .libs/lt-examples/elements.c: No such file or
directory
gcc.exe: .libs/lt-examples/elements.c: No such file or
directory
gcc.exe: no input files
SO I think there are some error in the file libtool. When I
use another libtool of msys, it's OK.
----------------------------------------------------------------------
>Comment By: heromyth (heromyth)
Date: 2005-03-30 00:15
Message:
Logged In: YES
user_id=1190746
There is a another question about the expat's libraries. In
msys 1.0, I get libexpat.dll.a , libexpat.a and expat-0.dll. I link
my applications like this:
-Ld:/some/dir/ -lexpat
It always use libexpat.dll.a but not libexpat.a. So I have test
it. When I rename libexpat.dll.a to libexpat-0.dll.a, now the
linker use libexpat.a.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=110127&aid=1171906&group_id=10127
More information about the Expat-bugs
mailing list