-------------------------------
I set up fresh lazarus from svn, on OpenSuse 11 x64.
When I tried to write some code with SDL, all was ok. Compiled, linked, working.
When I added
- Код: Выделить всё
uses sdl_ttf;
I got this:
- Код: Выделить всё
/usr/bin/ld: cannot find -lSDL_ttf
The same message I got when I tried to use sdl_mixer.
What is wrong?
What can I do to make sdl_ttf and sdl_mixer working?
All .ppu and .o files are there: /usr/lib64/fpc/2.2.2/units/x86_64-linux/sdl
All .pas files are there: /usr/lib64/fpc/2.2.2/units/x86_64-linux/sdl