Separate compilation in the stand-alone strc does not work on Cygwin because the order in which the libraries are linked is not correct. I don’t fully understand the issue however, since the -Cl arguments are included before the default libraries. AFAIK, this should be the correct link order.

So, the link order should be compared with the order of linking in Makefile.xt.

Alternative solution is to use pkg-config and only mention the package name. Pkg-config should then choose the right link order.

Submitted on 11 May 2005 at 10:38

On 29 October 2005 at 19:44 Jira commented:

STR-294, martin:
This must be fixed in 0.16.


On 29 October 2005 at 19:45 Jira commented:

STR-294, martin:
In fact, this might already be fixed, so we should first check if there is still an issue.


On 2 November 2005 at 13:46 Jira commented:

STR-294, rbvermaa:
fixed by Martin

Log in to post comments