[fpc-pascal] FPC on Sparc Solaris

2005-01-10 Thread Fabian Schmidt
Hello, I'd like to use FPC 1.9.6 on Solaris 9 on Sparc. Is there a build I can start with for compiling the compiler? If not, do you recommend a platform for crosscompiling? Thanks, Fabian. ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org h

Re: [fpc-pascal] FPC on Sparc Solaris

2005-01-10 Thread Peter Vreman
> I'd like to use FPC 1.9.6 on Solaris 9 on Sparc. Is there a build I can > start with for compiling the compiler? If not, do you recommend a platform > for crosscompiling? There is no Solaris support in 1.9.6. Also not for i386. The solaris RTL needs to be rewritten using the new FPC_USE_LIBC and

[fpc-pascal] [fpc-1.9.6-0.x86_64] linking cthreads and dl

2005-01-10 Thread Henri Gourvest
I'm trying to compile on suse 9.2 but when I use the "dl" unit and the "cthreads" unit the linker don't work. it can't find -ldl. I've tryed to use this compiler options without success: {$IFDEF FPC} {$IFDEF UNIX} {$IFNDEF BSD} {$linklib dl} {$ENDIF} {$linklib crypt} {$ENDIF} The problem see

[fpc-pascal] Help with fatal error.

2005-01-10 Thread Pedro Santa
Greetings! I'm having some trouble running fp IDE. I installed free pascal allright, but I can't compile/run programs. It causes an error: FATAL: Can't find unit System. Any help? Thanks a lot. Pedro Santa ___ fpc-pascal maillist - fpc-pascal@li

Re: [fpc-pascal] Help with fatal error.

2005-01-10 Thread Jonas Maebe
On 11 jan 2005, at 04:05, Pedro Santa wrote: I'm having some trouble running fp IDE. I installed free pascal allright, but I can't compile/run programs. It causes an error: FATAL: Can't find unit System. If installed the windows version: make sure the IDE target is set to Win32, and not go32v2 (yo

Re: [fpc-pascal] [fpc-1.9.6-0.x86_64] linking cthreads and dl

2005-01-10 Thread Peter Vreman
> I'm trying to compile on suse 9.2 but when I use the "dl" unit and the > "cthreads" unit the linker don't work. > it can't find -ldl. > > I've tryed to use this compiler options without success: > > {$IFDEF FPC} > {$IFDEF UNIX} > {$IFNDEF BSD} > {$linklib dl} > {$ENDIF} > {$linklib crypt} > {$EN

Re: [fpc-pascal] [fpc-1.9.6-0.x86_64] linking cthreads and dl

2005-01-10 Thread Florian Klaempfl
Henri Gourvest wrote: I'm trying to compile on suse 9.2 but when I use the "dl" unit and the "cthreads" unit the linker don't work. it can't find -ldl. I've tryed to use this compiler options without success: {$IFDEF FPC} {$IFDEF UNIX} {$IFNDEF BSD} {$linklib dl}{$ENDIF} {$linklib crypt} {$EN