[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Interesting problem



Hi,

I tried to recompile the stable version of at (3.1.8-10) on a stable
arm machine (rameau) but wasn't quite successful:

gcc -c -O -DHAVE_CONFIG_H -DVERSION=\"3.1.8\" -DETCDIR=\"/etc\" -DLOADAVG_MX=1.5 -DDAEMON_USERNAME=\"daemon\" -DDAEMON_GROUPNAME=\"daemon\" -DLFILE=\"/var/spool/cron/atjobs/.SEQ\" -Wall lex.yy.c
lex.yy.c:1273: warning: `yyunput' defined but not used
gcc -O -o at at.o panic.o perm.o y.tab.o lex.yy.o
lex.yy.o: In function `yylex':
lex.yy.o(.text+0x7c4): undefined reference to `yywrap'
lex.yy.o(.text+0x7c4): relocation truncated to fit: R_ARM_PC24 yywrap
lex.yy.o: In function `input':
lex.yy.o(.text+0x10e4): undefined reference to `yywrap'
lex.yy.o(.text+0x10e4): relocation truncated to fit: R_ARM_PC24 yywrap
collect2: ld returned 1 exit status
make[1]: *** [at] Error 1
make[1]: Leaving directory `/tmp/joey/o/at-3.1.8'
make: *** [build] Error 2

It makes no difference if bison or byacc is installed.

Does anybody has an idea what's going wrong here?
Regards,

	Joey

-- 
It's time to close the windows.

Please always Cc to me when replying to me on the lists.



Reply to: