[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
http://lists.freepascal.org/mailman/listinfo/fpc-pascal


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 Unix framework.
Examples are the Darwin and Linux RTLs

A supported unix (linux/freebsd/darwin) platform is the easiest to use for
crosscompiling.




___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal


[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 seem to located in link.res at the end of the file:
...
INPUT(
-ldl
-lpthread
)
Any idea ?
Thanks
Henri Gourvest
___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal


[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@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal


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 (you can set the target in the Compile menu)

Jonas
___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal


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}
> {$ENDIF}
>
> The problem seem to located in link.res at the end of the file:
> ...
> INPUT(
> -ldl
> -lpthread
> )
>
> Any idea ?

Try adding -Fl/usr/lib64 and -Fl/lib64





___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal


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}
{$ENDIF}
The problem seem to located in link.res at the end of the file:
...
INPUT(
-ldl
-lpthread
)
Any idea ?
Do you have the development libraries of these packages installed?
___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal