From owner-freebsd-questions@FreeBSD.ORG Thu Jun 9 22:15:11 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B05FD16A41F for ; Thu, 9 Jun 2005 22:15:11 +0000 (GMT) (envelope-from keyser456@verizon.net) Received: from vms042pub.verizon.net (vms042pub.verizon.net [206.46.252.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C0DB43D58 for ; Thu, 9 Jun 2005 22:15:11 +0000 (GMT) (envelope-from keyser456@verizon.net) Received: from mdis ([66.14.40.249]) by vms042.mailsrvcs.net (Sun Java System Messaging Server 6.2 HotFix 0.04 (built Dec 24 2004)) with ESMTPA id <0IHU003A58HAQ496@vms042.mailsrvcs.net> for freebsd-questions@freebsd.org; Thu, 09 Jun 2005 17:15:11 -0500 (CDT) Date: Thu, 09 Jun 2005 15:15:21 -0700 From: "Keyser" To: "Dan Nelson" Message-id: <008101c56d40$ba9b94a0$5b01a8c0@mdis> MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-Mailer: Microsoft Outlook Express 6.00.2900.2180 Content-type: text/plain; format=flowed; charset=iso-8859-1; reply-type=original Content-transfer-encoding: 7bit X-Priority: 3 X-MSMail-priority: Normal References: <002001c56d2c$fffd5bf0$5b01a8c0@mdis> <20050609201431.GD2836@dan.emsphone.com> Cc: freebsd-questions@freebsd.org Subject: Re: g++ successfully compiled "Hello World" program causes segfault at runtime X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Jun 2005 22:15:11 -0000 > Do you have any locale environment variables set? The program runs > fine on my machine. > > -- > Dan Nelson I don't think so? This is a completely fresh install of FreeBSD 5.4. Haven't made any changes. Maybe I need to change something? However, it would be strange to install with default settings that wouldn't work with a simple "Hello World" program IMO.