[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: compiling a c++ file with g++ on the Linux
On Sat, 8 Nov 1997, Ayala Bloch wrote:
> Hello,
> I have installed the red hat Linux on my Pc and I have two questions:
>
> 1. Somehow I can't compile there c++ programs. I try to use g++. It
> doesn't give me any error statements and it does create the right files
> but when I try to run them nothing happens.
>
> 2. How can I move files from the linux to the dos?
>
> Is there any one to help me?
> Thanks a lot,
>
> Ayala
>
Here two answeres:
1) Run the output files with ./(file-name)
2) If you have mounted the DOS partition you can just copy (move) the
files to it.Else you can use mstools (mcopy,mmove,m...)which works with
the UNMOUNTED drives.
Vlady