[Mono-devel-list] glibc not Making on Solaris 2.9 so can't get mono working correctly

Doug dougpostman at yahoo.com
Fri May 13 08:24:41 EDT 2005


Just wondering if anyone has glibc working on Solaris
2.9?  I get errors during the make of glibc - any
version, with the following
   fopen_max=${fopen_max:-16};					\
filename_max=${filename_max:-1024};				\
if [ -z $iov_max ]; then					\
  define_iov_max="# undef IOV_MAX";				\
else								\
  define_iov_max="# define IOV_MAX $iov_max";			\
fi;								\
sed -e "s/@FOPEN_MAX@/$fopen_max/"				\
    -e "s/@FILENAME_MAX@/$filename_max/"			\
    -e "s/@L_tmpnam@/20/"				\
    -e "s/@TMP_MAX@/238328/"				\
    -e "s/@L_ctermid@/9/"				\
    -e "s/@L_cuserid@/9/"				\
    -e "s/@define_IOV_MAX@/$define_iov_max/"			\
    stdio-common/stdio_lim.h.in >
/export/home/root/sun2_utils/glibc-2.3.2/build-glibc/bits/stdio_lim.h.new
/bin/sh: test: argument expected
make[1]: ***
[/export/home/root/sun2_utils/glibc-2.3.2/build-glibc/bits/stdio_lim.st]
Error 1
make[1]: Leaving directory
`/export/home/root/sun2_utils/glibc-2.3.2'
make: *** [all] Error 2
   Any ideas???



More information about the Mono-devel-list mailing list