Bonjour
sous lInux
je tape ce code
je compile
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.
et execute# 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
ça m'ouvre une console plein écran qui affiche# ./testgraph
et rien d'autre. et quand je ferme la console ça affiche :svgalib : Rage driver must be used, but not found.
voila une idée ?[svgalib: allocated virtual console #5]
merci.
Partager