From owner-freebsd-ports Fri Jan 24 09:12:12 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id JAA07601 for ports-outgoing; Fri, 24 Jan 1997 09:12:12 -0800 (PST) Received: from whistle.com (s205m131.whistle.com [207.76.205.131]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id JAA07592 for ; Fri, 24 Jan 1997 09:12:10 -0800 (PST) Received: (from smap@localhost) by whistle.com (8.7.5/8.6.12) id JAA04524; Fri, 24 Jan 1997 09:11:27 -0800 (PST) Received: from crab.whistle.com(207.76.205.112) by whistle.com via smap (V1.3) id sma004515; Fri Jan 24 09:11:05 1997 Received: (from ambrisko@localhost) by crab.whistle.com (8.8.3/8.6.12) id JAA09396; Fri, 24 Jan 1997 09:09:34 -0800 (PST) From: Doug Ambrisko Message-Id: <199701241709.JAA09396@crab.whistle.com> Subject: Re: socks5 - Q In-Reply-To: <199701241533.QAA09564@gilberto.physik.rwth-aachen.de> from Christoph Kukulies at "Jan 24, 97 04:33:22 pm" To: kuku@gilberto.physik.rwth-aachen.de (Christoph Kukulies) Date: Fri, 24 Jan 1997 09:09:33 -0800 (PST) Cc: freebsd-ports@freefall.freebsd.org X-Mailer: ELM [version 2.4ME+ PL25 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Christoph Kukulies writes: | | Sorry, but I'm getting this when compiling | socks5-17.1 as d/l'd just before from Werner Griessl's site. | | gcc -o libsocks5_sh.so -shared msg.o protocol.o gss.o log.o hostname.o confutil.o buffer.o upwd.o cache.o wrap.o wrap_tcp.o wrap_udp.o conf.o libproto.o select.o rld.o null.o addr.o shim.o -lcrypt | /usr/lib/crt0.o: Undefined symbol `_main' referenced from text segment | *** Error code 1 | | Stop. | *** Error code 1 | | What's wrong ? (my setup?) I assume you are building on a current (ie 3.0) machine, update the ports/net/socks5 directory to include the patch for this ... or replace the FreeBSD*2* check with FreeBSD*. After this you need to recofigure. This patch won't be needed for the next release. Doug A.