From owner-freebsd-ports@FreeBSD.ORG Fri Feb 10 10:27:55 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD59F16A420 for ; Fri, 10 Feb 2006 10:27:55 +0000 (GMT) (envelope-from jbq@anyware-tech.com) Received: from caraldi.com (195-13-58-165.oxyd.net [195.13.58.165]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F07E43D46 for ; Fri, 10 Feb 2006 10:27:55 +0000 (GMT) (envelope-from jbq@anyware-tech.com) Received: from vision.anyware (10.21.96-84.rev.gaoland.net [84.96.21.10]) by caraldi.com (Postfix) with ESMTP id 7F54F6396 for ; Fri, 10 Feb 2006 11:27:54 +0100 (CET) Received: by vision.anyware (Postfix, from userid 1021) id 7FCB862B4; Fri, 10 Feb 2006 11:27:55 +0100 (CET) Date: Fri, 10 Feb 2006 11:27:55 +0100 From: Jean-Baptiste Quenot To: freebsd-ports Message-ID: <20060210102754.GB69160@vision.anyware> Mail-Followup-To: freebsd-ports References: <20060210012611.GC18695@xor.obsecurity.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060210012611.GC18695@xor.obsecurity.org> User-Agent: mutt-ng/devel-r581 (FreeBSD) Cc: Subject: Re: [ports-i386@FreeBSD.org: resin-2.1.17 failed on i386 7] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Feb 2006 10:27:55 -0000 * Kris Kennaway: > Dear Maintainer, > > When do you expect to be able to fix this? > > Kris > > ----- Forwarded message from User Ports-i386 ----- > > cc -rpath=/usr/lib:/usr/local/lib -L/usr/lib -lcrypto -lssl -o resin resin.o ../common/common.o std.o memory.o ssl.o -lc_r > /usr/bin/ld: cannot find -lc_r > *** Error code 1 Hello, In the porter's handbook I read about PTHREAD_LIBS http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/dads-pthread.html I'm trying to use PTHREAD_LIBS, but I get the following error on 5.3-RELEASE: /usr/bin/ld -shared -o libresin.so jni_vfs.o std.o memory.o ssl_stub.o -pthread -lssl -lcrypto /usr/bin/ld: unrecognized option '-pthread' ld(1) manual page does not give any information about -pthread. Any idea? -- Jean-Baptiste Quenot http://caraldi.com/jbq/