Re: [Plib-devel] net/ doesn't build on irix
Brought to you by:
sjbaker
From: Martin S. <Mar...@mg...> - 2005-08-21 11:55:02
|
Bram Stolk wrote: > cc-3625 CC: REMARK File = /usr/include/sys/select.h, Line = 35 > an include directive is appearing within the scope of extern "C" > > #include <standards.h> I've already forgotten why I do this and this probably is not the solution to your problem, but I tought I'd tell you that I typically fix some spots in PLIB when building on IRIX. I run this sript _after_ 'configure': #!/bin/bash # for i in `find . -type f -name Makefile`; do echo -e ",s/-Dsocklen_t=int//g\nwq" | ed $i done Try it out if you like, Martin. -- Unix _IS_ user friendly - it's just selective about who its friends are ! -------------------------------------------------------------------------- |