search for: idiraft

Displaying 3 results from an estimated 3 matches for "idiraft".

Did you mean: draft
2000 Mar 13
4
A few more Solaris 7 bugs in 1.2.3pre2
...t. - The Makefile DOES include /usr/include, however. Unfortunately, running gcc on a Solaris box, you want to pick up varargs.h from (gcc-lib)/include, not /usr/include, or else you'll get errors about __builtin_va_alist, which Solaris cc provides but GNU does not. I put /usr/include as -idirafter instead of -I, and it worked for me. Perhaps check for -idirafter as a compiler option, and use it if available? - The man pages don't format properly ("what nroff" gives roff: n1.c 2.13). All the text runs together into one long paragraph. I am unfamiliar with writing man a...
2000 Mar 14
2
Config problem Solaris 2.7
Hi all! I think I uncovered a kind of bug in the configuration file, but it may be related to my specific configuration. Anyway, I tried to install the latest version on our Sun Sparc, running Solaris 2.7 with gcc 2.8.1. I ran configure with --with-egd-pool --prefix=/usr/local. When I finally started make gcc failed with some strange error message (see attachement). When I tried to track down
2005 Jan 19
1
build klibc with gcc 2.96 fails
...a prefix for next two options -iwithprefix <dir> Add <dir> to the end of the system include paths -iwithprefixbefore <dir> Add <dir> to the end of the main include paths -isystem <dir> Add <dir> to the start of the system include paths -idirafter <dir> Add <dir> to the end of the system include paths -I <dir> Add <dir> to the end of the main include paths -nostdinc Do not search the system include directories -nostdinc++ Do not search the system include...