When I wrote "something similar" I meant the names to be similar.
Also try to find pthread related files with the following command (start it with sudo to avoid "access denied" messages): find / -iname libpthread* Read the output: binary files intended for development usage (eg. static linking) has .a on the end of their names. The .a files must be in a directory where FPC can find them... You may need to extend the library search path in your fpc.cfg with the appropriate path. 2014-08-21 20:52 keltezéssel, "Leonardo M. Ramé" írta: > El 21/08/14 a las 14:44, Péter Gábor escibió: >> Hello! >> >> If you try static linking with a library you need the development >> package of it which contains the required binary >> statements/codes/records for the static linking. >> For example: libpthread-stubs0-dev or libpthread-dev or something >> similar... >> > > Yes I have installed libpthread-stubs0-dev (libpthread-dev does not > exists here), but the error persists. I need to know what is that > "something similar" package needed by fpc... > -- Péter Gábor [email protected] -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
