# make clean rm -f a.out *.bak core errs scan.tmp rm -f flex parse.c parse.h *.o alloca.c *.lint lex.yy.c lex.yy.cc \ libfl.a config.log config.cache # ./configure creating cache ./config.cache checking whether ln -s works... yes checking for bison... no checking for byacc... no checking for gcc... cc checking whether we are using GNU C... no checking for ranlib... ranlib checking for a BSD compatible install... ./install.sh -c checking whether make sets $MAKE... yes checking for working const... no checking how to run the C preprocessor... cc -E checking whether cross-compiling... no checking for ANSI C header files... yes checking for size_t... yes checking for ANSI C header files... (cached) yes checking for string.h... yes checking for malloc.h... yes checking for sys/types.h... yes updating cache ./config.cache creating ./config.status creating Makefile creating config.h config.h is unchanged # make cc -c -I. -I. -g ccl.c (Bundled) cc: warning 480: The -g option is available only with the C/ANSI C pro duct; ignored. cc -c -I. -I. -g dfa.c (Bundled) cc: warning 480: The -g option is available only with the C/ANSI C pro duct; ignored. cc -c -I. -I. -g ecs.c (Bundled) cc: warning 480: The -g option is available only with the C/ANSI C pro duct; ignored. cc -c -I. -I. -g gen.c (Bundled) cc: warning 480: The -g option is available only with the C/ANSI C pro duct; ignored. cc -c -I. -I. -g main.c (Bundled) cc: warning 480: The -g option is available only with the C/ANSI C pro duct; ignored. cc -c -I. -I. -g misc.c (Bundled) cc: warning 480: The -g option is available only with the C/ANSI C pro duct; ignored. cc -c -I. -I. -g nfa.c (Bundled) cc: warning 480: The -g option is available only with the C/ANSI C pro duct; ignored. yacc -d ./parse.y Make: Cannot load yacc. Stop. *** Error exit code 1 Stop. # make check yacc -d ./parse.y Make: Cannot load yacc. Stop. *** Error exit code 1 Stop. # swlist # Initializing... # Contacting target "sinope"... # # Target: sinope:/ # # # Bundle(s): # HPUXEng32RT B.11.00.01 English HP-UX 32-bit Runtime Envi ronment Ignite-UX-11-00 B.3.3.116 HP-UX Installation Utilities for Installing 11.00 Systems LMN-BL 2.00 Logica Mobile Networks BaseLine 0 2 OnlineDiag B.11.00.20.09 HPUX 11.0 Support Tools Bundle, M ar 2002 QPK1100 B.11.00.56.5 Quality Pack for HP-UX 11.00, Mar ch 2002 UXCoreMedia B.11.00.02 HP-UX Media Kit (Reference Only. See Description) UnlimUserLic B.11.00.02 HP-UX Unlimited-User License XSWGR1100 B.11.00.47.08 General Release Patches, November 1999 (ACE) perl B.5.6.1.E Perl Programming Language # # Product(s) not contained in a Bundle: # binutils 2.11.2 binutils bison 1.35 bison byacc 20001120 byacc gcc 3.2 gcc # cd / # cat .profile # @(#) $Revision: 74.2 $ # Default (example of) super-user's .profile file # Do not put "." in PATH; it is a potential security breach. # Do not put "/usr/local/bin" in PATH; it is a potential security breach. # Example assumes /home/root exists. set +u PATH=/usr/sbin:$PATH:/sbin:/home/root # Be sure that VUE does not invoke tty commands if [ ! "$VUE" ]; then # Set up the terminal: if [ "$TERM" = "" ] then eval ` tset -s -Q -m ':?hp' ` else eval ` tset -s -Q ` fi stty erase "^H" kill "^U" intr "^C" eof "^D" stty hupcl ixon ixoff tabs echo echo "Value of TERM has been set to \"$TERM\". " export TERM EDITOR=vi export EDITOR fi # if !VUE # Set up shell environment: set -u # error if undefined variable. trap "echo 'logout root'" 0 # what to do on exit. # Set up shell variables: MAIL=/var/mail/root # don't export, so only login shell checks. echo "WARNING: YOU ARE SUPERUSER !!\n" ######################################### export PATH=/opt/binutils/bin:$PATH PATH=/usr/local/bin/gcc:$PATH # which gcc no gcc in /usr/local/bin/gcc /opt/binutils/bin /usr/sbin /usr/bin /usr/ccs/bin / usr/contrib/bin /opt/nettladm/bin /opt/fc/bin /opt/fcms/bin /opt/upgrade/bin /op t/pd/bin /usr/bin/X11 /usr/contrib/bin/X11 /opt/resmon/bin /usr/sbin/diag/contri b /opt/hparray/bin /opt/ignite/bin /sbin /home/root # which bisson no bisson in /usr/local/bin/gcc /opt/binutils/bin /usr/sbin /usr/bin /usr/ccs/bi n /usr/contrib/bin /opt/nettladm/bin /opt/fc/bin /opt/fcms/bin /opt/upgrade/bin /opt/pd/bin /usr/bin/X11 /usr/contrib/bin/X11 /opt/resmon/bin /usr/sbin/diag/con trib /opt/hparray/bin /opt/ignite/bin /sbin /home/root # which binutils no binutils in /usr/local/bin/gcc /opt/binutils/bin /usr/sbin /usr/bin /usr/ccs/ bin /usr/contrib/bin /opt/nettladm/bin /opt/fc/bin /opt/fcms/bin /opt/upgrade/bi n /opt/pd/bin /usr/bin/X11 /usr/contrib/bin/X11 /opt/resmon/bin /usr/sbin/diag/c ontrib /opt/hparray/bin /opt/ignite/bin /sbin /home/root # which byacc no byacc in /usr/local/bin/gcc /opt/binutils/bin /usr/sbin /usr/bin /usr/ccs/bin /usr/contrib/bin /opt/nettladm/bin /opt/fc/bin /opt/fcms/bin /opt/upgrade/bin / opt/pd/bin /usr/bin/X11 /usr/contrib/bin/X11 /opt/resmon/bin /usr/sbin/diag/cont rib /opt/hparray/bin /opt/ignite/bin /sbin /home/root