Re: libwww-config problem on Cygwin
Jose Kahan <[email protected]>
| Newsgroups | gmane.comp.lib.libwww |
|---|---|
| Message-ID | <[email protected]> |
Hi Frank,
I commited your change.
-jose
On Sun, Jan 12, 2003 at 01:48:06PM +0100, Frank Traenkle wrote:
>
> for static linking on CYGWIN_NT-5.1 1.3.18(0.69/3/2) libwww-config prints
> out -lwwwxml and -lwwwapp in the wrong order. By changing line 51 to
>
> echo -L${exec_prefix}/lib -lxmltok -lxmlparse -lwwwinit -lwwwapp -lwwwxm
> l -lwwwhtml -lwwwtelnet -lwwwnews -lwwwhttp -lwwwmime -lwwwgopher -lwwwftp -
> lwwwfile -lwwwdir -lwwwcache -lwwwstream -lwwwmux -lwwwtrans -lwwwcore -lwww
> utils -lmd5
>
> the linking works fine. Please fix in next version.