Il 21/02/2016 18:41, David W Noon ha scritto:
You should not put .o files into library directories. You should use
the ar command to build a library and put the resulting .a file into
you library directory.

E.g.,

     ar -crs libsomething.a something.o

Thanks a lot. I wasn't aware that I must prepend *lib* to the library name. Just renaming my link to something.so into libsomething.so did the trick!

Giuliano


--
_______________________________________________
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to