Page 1 of 1

FiveLinux Library Structure

Posted: Mon Apr 28, 2008 9:58 pm
by xProgrammer
Hi Antonio

When I need to modify any of the winapi C code, I compile it and update libfivec.a as you showed me and all works fine.

However if I try the same approach with the classes code - ie compile with xHarbour then compile with gcc and then update libfivec.a it doesn't seem to work - that is I still get the standard behaviour. Whilst this isn't a problem in that I can add the compiled (object) code to the link step, It would be nice to have it in a library. Is the standard code in a library that is linked before libfivec.a?

Thanks
Doug

Posted: Tue Apr 29, 2008 8:10 am
by Antonio Linares
Doug,

This code is what we use to update the Lib:

ar rc ./libfivex.a module.o

Posted: Thu May 01, 2008 1:26 pm
by xProgrammer
Hi Antonio

Thanks. Lib updated. All working properly and shell script file now shorter.

Regards

Doug