Hello,
Thanks a lot for the patch. I will try it.
For the link problem, from my previous email:
By putting this list of libraries at the end of the link command, it
worked.
But since I have no control on this at the gp command-line level I cannot make it work.
I saw something like this with libpcre and libxml2 - reordering the libraries fixed the problem without any changes to gp.
The problem here is not the order of the libraries in the list (I had a lot of - let's say - "fun" with this in the past). It is the position of the list of libraries in the link command. It is placed between the -L and -I directives, and before the -o exec_name and the list of objects that make the program. Just moving the list of libraries at the end of the command solves the problem. Since the command is generated by gp, I hope something can be done about this in gp.
Thanks
Pascal Viandier pascal@accovia.com