[fpc-pascal]Output file.
Geoffrey.Derome at math.univ-lille1.fr
Geoffrey.Derome at math.univ-lille1.fr
Wed Jul 14 10:19:19 CEST 2004
Hello,
I have a Mac computer (OSX 10.2.8), and i downloaded
the Free Pascal Compiler 1.9.4.dmg.
I manage to compile a source file, but unfortunately
i can't get the result of the work. For instance, here
is the programm that i wrote:
--------------------------------------
program SUITE;
var n:integer;
begin
n:=1;
write ('le resultat est', n);
end.
--------------------------------------
When i try to complie tis programm i get
the following:
[Ordinateur-de-Geoffroy-Derome:~] derome% fpc suite.tex
Free Pascal Compiler version 1.9.4 [2004/05/30] for powerpc
Copyright (c) 1993-2004 by Florian Klaempfl
Target OS: Darwin for PowerPC
Compiling suite.tex
Assembling suite
Linking suite
/usr/bin/ld: can't use -s with input files containg indirect symbols
(output file must contain at least global symbols, for maximum stripping
use -x)
7 Lines compiled, 0.4 sec
[Ordinateur-de-Geoffroy-Derome:~] derome%
----------------------------------------
A file suite.o has been creating in home/derome, but i get
things like #&é#$*%£ when i try to open it.
Can you please help me ?
Thanks in advance.
Best.
G.D.
More information about the fpc-pascal
mailing list