libwww-config problem on Cygwin
"Frank Traenkle" <[email protected]>
| Newsgroups | gmane.comp.lib.libwww |
|---|---|
| Message-ID | <001e01c2ba39$02a19000$ef47fea9@calvin> |
Hi,
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.
Frank