Re: g++3.3.3 compilation problem under Cygwin

2004-12-19 Thread Christopher Faylor
On Mon, Dec 20, 2004 at 02:20:53AM +0100, Dr Jekyll wrote: >Can someone help me? http://cygwin.com/problems.html -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ:

g++3.3.3 compilation problem under Cygwin

2004-12-19 Thread Dr Jekyll
Hi, I am reading the book "Inter-process Communications in Linux", section 1.10 Process Memory Addresses and I have tried to compile the following code under Cygwin without success (with the command): Bash-shell>g++ -o run p1.3.cxx Where the content of "p1.3.cxx" is given here: /*