added SuSE gtk ld error to FAQ

git-svn-id: trunk@5118 -
This commit is contained in:
mattias 2004-01-29 22:22:08 +00:00
parent 5fc5d18f37
commit 9a30c590c5

View File

@ -96,6 +96,16 @@ Environment -> General Options -> Files -> FPC source path
1. Linux
++++++++
--------------------------------------------------------------------------------
I have SuSE and I get
/usr/bin/ld: cannot find -lgtk
Error: Error while linking
SuSE installs the gtk devel libs under /opt/gnome/lib, which is not in
the standard lib path. Simply add it to your /etc/fpc.cfg.
(-Fl/opt/gnome/lib).
--------------------------------------------------------------------------------
How can I debug lazarus and lcl on Linux?