From owner-freebsd-hackers Sat Jul 8 10:09:14 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id KAA19191 for hackers-outgoing; Sat, 8 Jul 1995 10:09:14 -0700 Received: from system1.indecent.com (root@system1.indecent.com [204.95.227.58]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id KAA19162 for ; Sat, 8 Jul 1995 10:09:07 -0700 Received: from port26.gateway2.ic.net (port26.gateway2.ic.net [152.160.14.26]) by system1.indecent.com (8.6.11/8.6.9) with SMTP id MAA03434 for ; Sat, 8 Jul 1995 12:09:26 -0500 Date: Sat, 8 Jul 1995 13:08:12 -0400 (EDT) From: Rob Misiak X-Sender: rob@port26.gateway2.ic.net To: freebsd-hackers@freefall.cdrom.com Subject: Broken cc/gcc Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: hackers-owner@FreeBSD.org Precedence: bulk I have the latest 2.0.5 snapshot. Whenever I try to compile something (with cc or gcc) I get errors like: /usr/lib/crt0.o: Undefined symbol `__getenv' referenced from text segment (usually 5 or more of these type of errors at a time.) When I compile with the -static command-line option, I get less errors, and very simple ('hello world'-class) programs will compile. Does anyone know what the problem is and how to fix it? Thanks in advance. :-) Rob