Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Mar 1995 14:10:24 -0800 (PST)
From:      "Rodney W. Grimes" <rgrimes@gndrsh.aac.dev.com>
To:        ole@unibel.by (A. Olevanov)
Cc:        freebsd-hackers@freefall.cdrom.com
Subject:   Re: Question about "ruserpass" routine
Message-ID:  <199503142210.OAA11194@gndrsh.aac.dev.com>
In-Reply-To: <m0roV94-000VZ5C@unibel.by> from "A. Olevanov" at Mar 14, 95 01:52:00 pm

next in thread | previous in thread | raw e-mail | index | archive | help
> 
> Hi, somebody
> 
> Please, if you know where the undefined in libcompat.a symbol
> _ruserpass can be found, tell me. I try to compile MH on FreeBSD 2.1.0
> Development. It cannot find this routine. I think it is in BSD4.4, but
> should be defined and present in libcompat on the FreeBSD.

Humm.. something must be wrong with your link command or your libcompat.a
file:
hookturn# nm /usr/lib/libcompat.a
...
rexec.o:
 	U _accept
	U _bcopy
	U _close
	U _connect
	U _errno
	U _gethostbyname
	U _getsockname
	U _herror
	U _listen
	U _perror
	U _read
00000028 T _rexec
00000004 C _rexecoptions
	U _ruserpass
^^^^^^^^^^^^^^^^^^^^^^
	U _sleep
	U _socket
	U _sprintf
	U _write
...


-- 
Rod Grimes                                      rgrimes@gndrsh.aac.dev.com
Accurate Automation Company                   Custom computers for FreeBSD



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