On Fri, Mar 12, 2010 at 11:17 AM, Kieffer, Catherine <[email protected]> wrote: > I am running AIX v6.1TL0 SP2, I am using the AIX XL C/C++ v10.1 > > I have tried a number of things as well as googling to try to figure out how > to get rid of the error but no success. > When I tried to install the provided binaries for AIX a couple of months ago > for v1.4.8, 1.4.10, and 1.4.11, they failed to run. > > I did try adding the '-ll -bnoquiet' options for the compile command which > eliminated the first two undefined items, but the .yylex error still > occurred. > > Any assistance in what I need to do to resolve the errors would be > appreciated.
1) 1.4.12 is out 2) bug reports on those binaries if they do not work would be appreciated. it built to completion for me. > Here is output from the make command with the errors. > > cd src && cd comerr && make all > echo 'char cml_version_number[]="@(#) OpenAFS 1.4.11 built ' `date > +"%Y-%m-%d"` '";' >AFS_component_version_number.c > > echo 'char* AFSVersion = "openafs 1.4.11"; ' >>>AFS_component_version_number.c > cc -O -I/home/ckieffer/tmpbuild/openafs-1.4.11/src/config -I. -I. > -I/home/ckieffer/tmpbuild/openafs-1.4.11/include > -I/home/ckieffer/tmpbuild/openafs-1.4.11/include/afs > -I/home/ckieffer/tmpbuild/openafs-1.4.11/include/rx > -I/home/ckieffer/tmpbuild/openafs-1.4.11 > -I/home/ckieffer/tmpbuild/openafs-1.4.11/src > -I/home/ckieffer/tmpbuild/openafs-1.4.11/src -K -D_NONSTD_TYPES -D_MBI=void > -c compile_et.c > > case rs_aix61 in *_linux* | *_umlinux* ) cc -O > -I/home/ckieffer/tmpbuild/openafs-1.4.11/src/config -I. -I. > -I/home/ckieffer/tmpbuild/openafs-1.4.11/include > -I/home/ckieffer/tmpbuild/openafs-1.4.11/include/afs > -I/home/ckieffer/tmpbuild/openafs-1.4.11/include/rx > -I/home/ckieffer/tmpbuild/openafs-1.4.11 > -I/home/ckieffer/tmpbuild/openafs-1.4.11/src > -I/home/ckieffer/tmpbuild/openafs-1.4.11/src -K -D_NONSTD_TYPES -D_MBI=void > -o compile_et compile_et.o error_table.o > -L/home/ckieffer/tmpbuild/openafs-1.4.11/lib -lafsutil;; * ) cc -O > -I/home/ckieffer/tmpbuild/openafs-1.4.11/src/config -I. -I. > -I/home/ckieffer/tmpbuild/openafs-1.4.11/include > -I/home/ckieffer/tmpbuild/openafs-1.4.11/include/afs > -I/home/ckieffer/tmpbuild/openafs-1.4.11/include/rx > -I/home/ckieffer/tmpbuild/openafs-1.4.11 > -I/home/ckieffer/tmpbuild/openafs-1.4.11/src > -I/home/ckieffer/tmpbuild/openafs-1.4.11/src -K -D_NONSTD_TYPES -D_MBI=void > -o compile_et compile_et.o error_table.o > -L/home/ckieffer/tmpbuild/openafs-1.4.11/lib -lafsutil -ll;; esac > > ld: 0711-317 ERROR: Undefined symbol: yyin > ld: 0711-317 ERROR: Undefined symbol: yyout > ld: 0711-317 ERROR: Undefined symbol: .yylex > ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more > information. > make: 1254-004 The error code from the last command is 8. somehow you have an object file for error_table.o already? it's not shown as being compiled above, nor the yacc command that generated the source file. yylex comes from yacc. _______________________________________________ OpenAFS-info mailing list [email protected] https://lists.openafs.org/mailman/listinfo/openafs-info
