Bonjour

sous lInux
je tape ce code
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
Program testgraph;
Uses Graph;
begin
 circle(5,12,10);
end.
je compile
# fpc testgraph.pas
Free Pascal Compiler version 2.6.0 [2011/12/23] for i386
Copyright (c) 1993-2011 by Florian Klaempfl and others
Target OS: Linux for i386
Compiling testgraph.pas
Linking testgraph
/usr/bin/ld: warning: link.res contains output sections; did you forget -T?
7 lines compiled, 0.2 sec
et execute
# ./testgraph
ça m'ouvre une console plein écran qui affiche
svgalib : Rage driver must be used, but not found.
et rien d'autre. et quand je ferme la console ça affiche :
[svgalib: allocated virtual console #5]
voila une idée ?

merci.