I think I found the right one in .fpc.cfg, the lines I think are relevent to the problem are :

# -----------------------
# Set Filenames and Paths
# -----------------------

# Slashes are also allowed under dos

# path to the messagefile, not necessary anymore but can be used to override
# the default language
#-Fr/home/colin/fpc-2.0.4/lib/fpc/$fpcversion/msg/errore.msg
#-Fr/home/colin/fpc-2.0.4/lib/fpc/$fpcversion/msg/errorn.msg

# searchpath for includefiles
#-Fi/pp/inc;/pp/rtl/inc

# searchpath for units and other system dependent things
-Fu/home/colin/fpc-2.0.4/lib/fpc/$fpcversion/units/$fpctarget
-Fu/home/colin/fpc-2.0.4/lib/fpc/$fpcversion/units/$fpctarget/*
-Fu/home/colin/fpc-2.0.4/lib/fpc/$fpcversion/units/$fpctarget/rtl
#-Fu~/fpc/packages/base/*/units/;~/fpc/fcl/units/;~/fpc/rtl/units/

# searchpath for libraries
-Fl.
#-Fl/pp/lib
#-Fl/lib;/usr/lib

I am simply using the make file to compile and the result is exactly the same as before, still cannot find glib...

Colin

_________________________________________________________________
    To unsubscribe: mail [EMAIL PROTECTED] with
               "unsubscribe" as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to