Mail Archives: djgpp/2000/03/20/04:22:10
On 19 March 2000, Ervin Nesimovic wrote:
> I have installed a c++ (djgpp) compilator and when I want to run some *.cc
> files I get an error message. Compiling goes very well, but not making *.exe
> files. I have copied files to lib and bin kataloges. I linked them in
> libraries, but it still won't work.
Please tell us the exact commandline you used to compile your program. You
need to compile it this way.
gpp test.cc -o test.exe
You should get an exe file in this case. Otherwise, there could be a problem
with the installation.
And what files are those which you copied to the bin and lib directories.
There shouldn't be a need to do this. All you need to do is unzip the
packages with the pathnames.
- Raw text -