[fpc-pascal]More BeOS fun..

Full_Name memsom at post.interalpha.co.uk
Wed Jun 20 17:32:56 CEST 2001


Quoting Ramon Bosque <ramon.bosque at qi.ub.es>:

> Hello,
> 
> I have searched in the freeascal ftp server but I haven't found the
> BeOS
> version, although it seems that it is being included in the 1.1 branch.
> I
> have downloaded the zip file from pixel32.box.sk . Have you used that
> version? It is a tar file. Is there an installation program?

If you unpack the tar file with Expand-o-matic you'll end up with a folder 
called '1.00'. All I then did was make a symlink (rightclick on file, and 
select 'Create Link') in the '1.00' folder of all the files 
in '1.00/units/beos' and used the following to compile:

ppc386 -Cn -Fu./units/beos test.pas
gcc ./sysbeos.o ./prt0.o ./test.o -o test

where 'test' is your unit name...

If you use multiple units, they must be listed in order :(

The guy from pixel32 promised info, but it never came.

Matt




More information about the fpc-pascal mailing list