Search found 2 matches
- Sat Jan 07, 2012 10:42 am
- Forum: General
- Topic: fdlimit.c OpenSolaris compile issue
- Replies: 1
- Views: 1643
Re: fdlimit.c OpenSolaris compile issue
fixed. Manually defined a fadvise.h file and added it to fdlimit.h. compiled and runs. Thanks
- Sat Jan 07, 2012 7:42 am
- Forum: General
- Topic: fdlimit.c OpenSolaris compile issue
- Replies: 1
- Views: 1643
fdlimit.c OpenSolaris compile issue
I'm trying to compile 2.42 on opensolaris 5.11 (yes its old). I've done alot of searching and managed to find the bug tracker issues fixing utp pragma definitions. However i'm stumped on why when I get to compiling fdlimit i get alot of errors relating to POSIX_FADV values being undeclared. Any help ...