What options should i use to compile my C++ programs with g++ (under Linux)??? I got CE at acm.uv, but no CE at my home linux system.
I found the bug. I didn't use <string> library in my prog. But g++ at my home linux compile it...
g++ compile options
Moderator: Board moderators
-
- New poster
- Posts: 5
- Joined: Tue Oct 12, 2004 1:42 am
- Location: Poland
Re: g++ compile options
I im having the exact same issue.. it wont compileCezary Zukowski wrote:What options should i use to compile my C++ programs with g++ (under Linux)??? I got CE at acm.uv, but no CE at my home linux system.
I found the bug. I didn't use <string> library in my prog. But g++ at my home linux compile it...


i only include string and iostream :p