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
> 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
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
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
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
> 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
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