m./configure creating cache ./config.cache checking whether ln -s works... yes checking for ranlib... ranlib checking for a BSD compatible install... /usr/local/share/bin/install -c checking for POSIXized ISC... no checking for gcc... gcc checking whether we are using GNU C... yes checking whether gcc accepts -g... yes checking for working const... yes checking how to run the C preprocessor... gcc -E checking whether cross-compiling... no checking for ANSI C header files... yes checking for limits.h... yes checking for memory.h... yes checking for string.h... yes checking for unistd.h... yes checking for locale.h... yes checking for setbuffer... yes checking for sigsetjmp... yes checking for sigaction... yes checking for strerror... yes checking for vprintf... yes checking for working alloca.h... yes checking for alloca... yes updating cache ./config.cache creating ./config.status creating Makefile creating config.h whitby 62$ make ./config.status creating Makefile creating config.h config.h is unchanged touch stamp-h gcc -c -I. -I. -DHAVE_CONFIG_H -g -O buf.c gcc -c -I. -I. -DHAVE_CONFIG_H -g -O glbl.c gcc -c -I. -I. -DHAVE_CONFIG_H -g -O io.c gcc -c -I. -I. -DHAVE_CONFIG_H -g -O main.c gcc -c -I. -I. -DHAVE_CONFIG_H -g -O re.c gcc -c -I. -I. -DHAVE_CONFIG_H -g -O signal.c gcc -c -I. -I. -DHAVE_CONFIG_H -g -O sub.c gcc -c -I. -I. -DHAVE_CONFIG_H -g -O undo.c gcc -c -I. -I. -DHAVE_CONFIG_H -g -O version.c gcc -o ed buf.o glbl.o io.o main.o re.o signal.o sub.o undo.o version.o main.o: In function `main': /home/hudson/package/admtools/ed-0.2/main.c:192: undefined reference to `getopt_long' collect2: ld returned 1 exit status make: *** [ed] Error 1 whitby 63$ gccmake getopt.o gcc -c -I. -I. -DHAVE_CONFIG_H -g -O getopt.c whitby 64$ make getopt1.o gcc -c -I. -I. -DHAVE_CONFIG_H -g -O getopt1.c whitby 65$ gcc -o ed buf.o glbl.o io.o main.o re.o signal.o sub.o undo.o versio n.o getopt.o getopt1.o whitby 66$ ed /etc/passwd 509 /uucp/p uucp:x:5:5:uucp Admin:/usr/lib/uucp: q whitby 67$