Re: [fpc-devel] FPC on SPARC Linux

2014-12-31 Thread Mark Morgan Lloyd
Pierre Free Pascal wrote: Hi Mark, did you try to generate the libraries needed to compile FP IDE with GDB support by using the script in fpcsrc/packages/gdbint/gen-gdblib-inc.sh ? If you have a build directory of a certain GDB version (let's say 7.8.1 as an example), simply copy the script

Re: [fpc-devel] FPC on SPARC Linux

2014-12-31 Thread Mark Morgan Lloyd
Joost van der Sluis wrote: On 12/30/2014 07:12 PM, Mark Morgan Lloyd wrote: /usr/bin/ld: cannot find -lgcc Install the libc-(devel) package. And your message is not completely clear, does it compile without gdb? See also the Lazarus-FAQ. Up to date URL please? The version I see is dated 2

Re: [fpc-devel] FPC on SPARC Linux

2014-12-31 Thread Mark Morgan Lloyd
Marco van de Voort wrote: In our previous episode, Joost van der Sluis said: /usr/bin/ld: cannot find -lgcc Install the libc-(devel) package. And your message is not completely clear, does it compile without gdb? (textmode IDE also requires libc via ncurses) It compiles without gdb and appe

Re: [fpc-devel] FPC on SPARC Linux

2014-12-31 Thread Pierre Free Pascal
Hi Mark, did you try to generate the libraries needed to compile FP IDE with GDB support by using the script in fpcsrc/packages/gdbint/gen-gdblib-inc.sh ? If you have a build directory of a certain GDB version (let's say 7.8.1 as an example), simply copy the script over to build-gdb-7.8.1/gdb,