Re: [fpc-devel] Making a debian package from FPC

2006-08-31 Thread ik
Thanks. I do have one problem when I try to compile it though: /bin/cp: cannot stat `fpcsrc/libgdb': No such file or directory I'm using Linux ubuntu 64bit ... I can't find any libgdb, so I guess it's a third party library ? Ido On 8/30/06, Daniël Mantione [EMAIL PROTECTED] wrote: Op Wed,

Re: [fpc-devel] Making a debian package from FPC

2006-08-31 Thread Daniël Mantione
Op Thu, 31 Aug 2006, schreef ik: Thanks. I do have one problem when I try to compile it though: /bin/cp: cannot stat `fpcsrc/libgdb': No such file or directory I'm using Linux ubuntu 64bit ... I can't find any libgdb, so I guess it's a third party library ? Download it from:

Re: [fpc-devel] Making a debian package from FPC

2006-08-31 Thread ik
Thanks again :) I compiled gdb from sources, and copied the libgdb.a to the fpcsrc and symlink it as libgdb and it worked. (Just to make it index for others to have that using search engines :)) Now another question is, can I cross compile to make an i386 deb packages as well ? Ido On

Re: [fpc-devel] Making a debian package from FPC

2006-08-31 Thread Daniël Mantione
Op Thu, 31 Aug 2006, schreef ik: Thanks again :) I compiled gdb from sources, and copied the libgdb.a to the fpcsrc and symlink it as libgdb and it worked. (Just to make it index for others to have that using search engines :)) Now another question is, can I cross compile to make an

Re: [fpc-devel] Making a debian package from FPC

2006-08-30 Thread Daniël Mantione
Op Wed, 30 Aug 2006, schreef ik: Hi, I tried to do the following: make deb But the Makefile does not have any rules for a deb section. I looked for some documentation on the subject but I could not find any. Can someone please explain to me how can I make deb packages using the