[ expat-Patches-474548 ] Build expat-1.95.2 with .dll on cygwin

noreply@sourceforge.net noreply@sourceforge.net
Wed Apr 24 05:48:04 2002


Patches item #474548, was opened at 2001-10-24 13:13
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=310127&aid=474548&group_id=10127

Category: Build Control
Group: None
>Status: Closed
>Resolution: Out of Date
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Greg Stein (gstein)
Summary: Build expat-1.95.2 with .dll on cygwin

Initial Comment:
Get libtool-1.4.2, build and install it. Apply the 
patch to expat, thats it, just run ./configure, make, 
make check, make install as usual.  I don't know why, 
but with the current release of libtool, libexpat-0-1-
0.dll gets installed in the $prefix/lib directory, you 
need to copy it in some directory that is in your PATH 
included, additional you may modify 
$prefix/lib/libexpat.la to point to the right place, 
where the dll is and delete the one in $prefix/lib 
then.
Looks for me like this:

# The name that we can dlopen(3).
dlname='../bin/libexpat-0-1-0.dll'

Gerrit

----------------------------------------------------------------------

>Comment By: Fred L. Drake, Jr. (fdrake)
Date: 2002-04-24 08:47

Message:
Logged In: YES 
user_id=3066

Out of date according to the submitter.

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=310127&aid=474548&group_id=10127