Carl Bowden wrote:

> configure:956: gcc -o conftest -g -O2   conftest.c -lmidgard
> 1>&5
> /usr/local/lib/libmidgard.so: undefined reference to
> `__va_arg_type_violation'

Hmmm, I just wanted to help Carl, but I was unable to find out using
_my_ installation. I cannot find this symbol in libmidgard or any lib it
depends on.
Those are given by:

#ldd  /usr/local/lib/libmidgard.so
        libcrypt.so.1 => /lib/libcrypt.so.1 (0x40014000)
        libmysqlclient.so.6 => /usr/local/lib/libmysqlclient.so.6
(0x40041000)
        libc.so.6 => /lib/libc.so.6 (0x40055000)
        libnsl.so.1 => /lib/libnsl.so.1 (0x4014f000)
        libm.so.6 => /lib/libm.so.6 (0x40166000)
        libz.so.1 => /usr/lib/libz.so.1 (0x40183000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x2aaaa000)

I ran commands like this

nm /lib/libc.so.6  | fgrep __va_arg_type_violation

for all libs mentioned above and I din't find a symbol called
'__va_arg_type_violation'.

I suppose it has to do with any PPC related stuff.

Comments?

Frank 

-- 
Dr Frank Boehme                      | Email: [EMAIL PROTECTED]
National University of Ireland, Cork | phone: +353-21-903163
Dept of Computer Science             |   fax: +353-21-903113
Cork, Ireland                        |

--
This is The Midgard Project's mailing list. For more information,
please visit the project's web site at http://www.midgard-project.org

To unsubscribe the list, send an empty email message to address
[EMAIL PROTECTED]

Reply via email to