[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: compiling errors (POLLWRNORM undeclared)



On Sep 21, Claudiu Bosioc wrote:
| When I try to compile irc2.10.3 on a RedHat 6.0, i586-pc-linux-gnu system
| I get the following error.
| What might be the problem?
| all I did was:
| - unpack the archive
| - cd to archive's directory
| - run ./configure
| - cd i586-pc-linux-gnu
|    * until here everything is ok
| - run make all
|    * and here is the error
| 
| I really hope you can help me.

it's a known problem with linux;
i believe you can work around it by moving the line "#define
_GNU_SOURCE 1" found in os.h at the top of that file.