Mail Archives: djgpp/1997/02/02/03:13:37
On 2 Feb 1997, Anne Compton, David/Andrew Gasson wrote:
> around it (but it probably isn't the only way or the best way :-) ) First,
> create an object file by doing something like
> gcc -c a1.cc
> then change the object file into an exe by typing
> gxx -o a1.exe a1.o
> Probably, there is a way to do this in one step--perhaps somebody else
> knows?
Sure. This is how:
gxx -o a1.exe a1.cc
This is all explained in the `readme.1st' file available from the v2
directory where you got DJGPP.
- Raw text -