Mail Archives: djgpp/1996/10/30/18:52:17
Errors-To: postmaster AT bloomberg DOT com
From: arthurs AT gpu11 DOT gpu DOT nec DOT com DOT tw (Arthur Sung)
Newsgroups: comp.os.msdos.djgpp
Date: Wed, 30 Oct 96 15:23:20 GMT
Organization: SEEDNET InterNetNews News System
Lines: 22
References: <Pine DOT SUN DOT 3 DOT 91 DOT 961029083536 DOT 18709H-100000 AT is>
Nntp-Posting-Host: 192.72.141.144
X-Newsreader: News Xpress Version 1.0 Beta #4
Dj-Gateway: from newsgroup comp.os.msdos.djgpp
Content-Type: text
Content-Length: 736
I have problems on compiling C++ programs with GCC,
and this is what I have tried.
******** Compiling Result *********
L:\ap5\arthur\DJGPP\ARTHUR_C>gcc test.cpp -lalleg
Make that:
gcc test.cpp -lalle -liostream
OR BETTER YET:
gxx test.cpp -lalleg
BTW you should normally add a "-o test.exe" to either of these so that you do
not have to manually convert the COFF format a.out file.
--
Art S. Kagel, kagel AT quasar DOT bloomberg DOT com
A proverb is no proverb to you 'till life has illustrated it. -- John Keats
- Raw text -