Mail Archives: djgpp/2000/04/15/01:07:18
I've included the original message below:
// Message Starts
Well, i've almost given up hope in figuring this one out by myself.
I've being using Borland C++ compilers for a long time now and decided to
try and use DJGPP (because of allegro's libraries and some other features
with the compiler). I downloaded all the necessary files to start
programming in C and writing programs with Allegro, then recently i decided
to try the compiler (gcc) out with C++ codes. I got a lot of errors and then
found out that i needed to install the C++ version of the compiler (gpp),
which i did, unzipped the files to my DJGPP directory using Winzip, compiled
a program using vectors and got the following message:
"Error no file names given" <---- Why should it give me this message when i
compiled my program like this:
gpp test.cpp
or like this
gpp test.cpp -otest.exe -llibstdcxx [even with the .a extension]
Is there something i'm supposed to do first before trying to compile my
program.
Cable_TXG
// Message Ends
I've tried gxx and gcc, but still no luck....
- Raw text -