This is the mail archive of the libc-alpha@sourceware.cygnus.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

problem __va_arg_type_violation in glibc-2.1.3 cvs


Hi!

I have this problem when I am compiling xemacs.
 I have been rebuilt the same xemacs source a few month ago on current glibc-
2.1.2. 
It was ok.

But glibc-2.1.3 which I downloaded on yesterday gave the error for me.
Kevin also have the error

<snip>
 window.o  lastfile.o vm-limit.o ralloc.o EmacsFrame.o EmacsShell.o TopLevelEmacsShell.o 
TransientEmacsShell.o EmacsManager.o   ../lwlib/liblw.a   -lcanna -lRKC -lwnn -
lXaw -lcompface -ltiff -lpng -ljpeg -lz -lXpm -lXmu -lXt -lXext -lX11 -lSM -
lICE -ldl -ldb -lgpm -lncurses -lcrypt -lm -lgcc -lc -lgcc /usr/lib/crtn.o 
`gcc  -print-libgcc-file-name`
doprnt.o: In function `get_doprnt_args':
doprnt.o(.text+0xb6c): undefined reference to `__va_arg_type_violation'
doprnt.o(.text+0xba8): undefined reference to `__va_arg_type_violation'
collect2: ld returned 1 exit status
make[1]: *** [temacs] Error 1
make[1]: Leaving directory `/usr/src/redhat/BUILD/xemacs-21.1.4/src'
make: *** [src] Error 2


My system is
gcc-2.95.2
binutils-2.9.5..0.12
MkLinux-pre-R1

Any suggetion?
Kaoru Fukui



Kevin Hendricks wrote:
> 
> Hi,
> 
> When attempting to run the latest build of the jdk, I get the following error
> message (but only on non-debug builds).
> 
> Unsatisfied Link error: __va_arg_type_violation
> 
> Figuring, I simply forgot some new piece of glibc 2.1.2, I used
> 
> nm -o `find /lib -name "*"` | grep va_arg_type
> 
> (for /lib, /usr/lib, /usr/local/lib, /opt/lib, etc)
> 
> and this damn routine simply does not exist on my machine.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]