Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Sep 1998 15:45:30 -0400
From:      Brian Cully <shmit@kublai.com>
To:        current@FreeBSD.ORG
Subject:   Problems with ELF and UMich LDAP
Message-ID:  <19980903154530.B1597@kublai.com>

next in thread | raw e-mail | index | archive | help
I was trying to compile the UMich LDAP package after converting to
ELF and I got this message:

gcc   -o ltest test.o -L. -L../liblber -lldap -llber   
./libldap.a(os-ip.o): In function `connect_to_host':
os-ip.o(.text+0x5a): undefined reference to `inet_addr'
os-ip.o(.text+0x185): undefined reference to `inet_ntoa'
os-ip.o(.text+0x1d5): undefined reference to `inet_ntoa'
*** Error code 1

Which is totally bizarre to me, considering that the inet_* functions
live in libc. When I use `gcc -aout' everything works fine.

I'm at a loss as to why this is happening, perhaps someone can shed
some light?

-- 
Brian Cully						<shmit@rcn.com>
``And when one of our comrades was taken prisoner, blindfolded, hung
  upside-down, shot, and burned, we thought to ourselves, `These are the
  best experiences of our lives''' -Pathology (Joe Frank, Somewhere Out There)

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19980903154530.B1597>