My email: [EMAIL PROTECTED]
Hugs version 1.4 (beta)
Configuring options ./configure --prefix=$HOME
Operating system is FreeBSD (2.2.1)
Compiler is GNU CC
Description of problem:
When running "./configure --prefix=$HOME" I get the following output:
(most are cached because I've run this severals times)
loading cache ./config.cache
checking for bison... (cached) bison -y
checking for gcc... (cached) gcc
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking how to run the C preprocessor... (cached) gcc -E
checking for perl... (cached) perl
checking whether make sets ${MAKE}... (cached) yes
checking for hp2ps... (cached) 1
checking for diff... (cached) /usr/bin/diff
checking whether to use diff -c1 or diff -C 1... /usr/bin/diff -C 1
checking for POSIXized ISC... no
checking for X... (cached) libraries /usr/X11R6/lib, headers
/usr/X11R6/include
checking for -lICE... (cached) yes
checking for -ldnet... (cached) no
checking for -ldnet_stub... (cached) no
checking for -lnsl... (cached) no
checking for -lsocket... (cached) no
checking for function_dlopen... (cached) yes
checking for function_shl_load... (cached) no
checking for library_dld... (cached) no
checking for function_atan... (cached) no
checking for library_m... (cached) yes
checking whether cross-compiling... (cached) no
checking for ANSI C header files... (cached) yes
checking for sys/wait.h that is POSIX.1 compatible... (cached) yes
checking for stdarg.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for assert.h... (cached) yes
checking for ctype.h... (cached) yes
checking for string.h... (cached) yes
checking for fcntl.h... (cached) yes
checking for sgtty.h... (cached) yes
checking for termio.h... (cached) no
checking for termios.h... (cached) yes
checking for signal.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/ioctl.h... (cached) yes
checking for sys/resource.h... (cached) yes
checking for sys/param.h... (cached) yes
checking whether time.h and sys/time.h may both be included... (cached)
yes
checking for time.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for float.h... (cached) yes
checking for values.h... (cached) no
checking for dos.h... (cached) no
checking for conio.h... (cached) no
checking for io.h... (cached) no
checking for std.h... (cached) no
checking for windows.h... (cached) no
checking for ddraw.h... (cached) no
checking for dsound.h... (cached) no
checking for dlfcn.h... (cached) yes
checking for dl.h... (cached) no
checking for alloc.h... (cached) no
checking for malloc.h... (cached) no
checking for strcasecmp... (cached) yes
checking for _stricmp... (cached) no
checking for stricmp... (cached) no
checking for strcmpi... (cached) no
checking for strcmp... (cached) yes
checking for realpath... (cached) yes
checking for _fullpath... (cached) no
checking for fgetpos... (cached) yes
checking for fsetpos... (cached) yes
checking for fseek... (cached) yes
checking for ftell... (cached) yes
checking for vsnprintf... (cached) yes
checking for _vsnprintf... (cached) no
checking for snprintf... (cached) yes
checking for _snprintf... (cached) no
checking for working alloca.h... (cached) no
checking for alloca... (cached) yes
checking for _alloca... (cached) no
checking for stime... (cached) no
checking for poly... (cached) no
checking for working const... (cached) yes
checking prototypes... (cached) yes
checking for arrays of jmp_bufs... (cached) yes
checking labels as values... (cached) yes
checking whether struct tm is in sys/time.h or time.h... (cached) time.h
checking return type of signal handlers... (cached) void
checking whether gcc needs -traditional... (cached) no
checking size of int... (cached) 4
checking size of float... (cached) 4
checking size of double... (cached) 8
checking size of int*... (cached) 4
building large hugs
updating cache ./config.cache
creating ./config.status
creating ../Makefile
sed: 44: conftest.subs: filename expected
creating ../config.h
../config.h is unchanged
creating ../options.h
../options.h is unchanged
Notice the "sed: 44..." line. Then I do "cd .." and look at the
makefile.
It is empty. (Quite a problem)
Regards, Tommy Hallgren - computer science student at Chalmers.