Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Mar 2002 20:51:02 -0500
From:      Craig Rodrigues <crodrigu@bbn.com>
To:        "Smith, Malcolm" <Malcolm.Smith@nrc.ca>
Cc:        freebsd-hackers@freebsd.org
Subject:   Re: How to correctly detect POSIX 1003.1b features on FreeBSD?
Message-ID:  <20020312205102.A2484@bbn.com>
In-Reply-To: <0B39C62869FED21181C90004ACE532DD01CC8236@nrcvicex1.hia.nrc.ca>; from Malcolm.Smith@nrc.ca on Tue, Mar 12, 2002 at 05:22:45PM -0800
References:  <0B39C62869FED21181C90004ACE532DD01CC8236@nrcvicex1.hia.nrc.ca>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Mar 12, 2002 at 05:22:45PM -0800, Smith, Malcolm wrote:
> Craig,
> 
> It looks to me like the linker is complaining.  Do you need to add -posix4
> or some such thing to your gcc call?

There is no such flag.

And -lposix4 does not link because there is no
libposix4.{so,a} library.

I went one step further:

cd /usr/lib

sh -c 'for i in `ls *.a`; do printf "$i\n=====\n"; nm $i | egrep "sigqueue|sigwaitinfo|sigtimedwait" ; done'

I did not find any library which had siqueue, sigwaitinfo, or sigtimedwait.

-- 
Craig Rodrigues        Distributed Systems and Logistics, Office 6/304
crodrigu@bbn.com       BBN Technologies, a Verizon company
(617) 873-4725         Cambridge, MA

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




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