Mariano wrote:
Hi! I wrote this because i tried to make Lazarus in my debian Sarge for
several days...
I did the following:

* I Installed all fpc-2.0.0.deb packages given by FPC...
* Run the "FPCSAMPLECFG /usr/lib/fpc/2.0.0 /etc" to create my the fpc.cfg
file...
* With the ALIEN Tool...  i converted the Lazarus-9.8.RPM packege... to and
.DEB :-S and installed this package

The lazarus Binaries are ok... i can execute Lazarus withount any
problem.... but when a try to re-make the IDE... i have the following
problem:

[EMAIL PROTECTED]:/usr/share/lazarus$make clean all
...
... compile all files ok!
...
Linking ./lazarus
/usr/bin/ld: cant' find -lgdk
lazarus.pp(98,1) Error: Error while linking
make[1]: *** [lazarus] Error 1
make[1]: Leaving directory `/usr/share/lazarus'
make: *** [ide] Error 2
[EMAIL PROTECTED]:/usr/share/lazarus$

Can anybody tell me what i'm doing wrong? :-) Today i read that
lazarus.0.9.10 is available, so, i will try with that source files... but...
i think that is problem is an fpc configuration issue....
or much better... can anybody give me a Link to understand more the make
process? :-)

A lot of Thanks!

This seems to indicate some devel packages for gtk are missing.
http://wiki.lazarus.freepascal.org/index.php/Lazarus_Faq#I_receive_an_error_during_the_linking_that_states_.2Fusr.2Fbin.2Fld_can.27t_find_-l.3Csome_lib.3E

Links:
General building of fpc and some lazarus related notes:
http://www.stack.nl/~marcov/buildfaq.pdf
Installing Lazarus:
http://wiki.lazarus.freepascal.org/index.php/Installing_Lazarus

Vincent.

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

Reply via email to