From owner-freebsd-hackers@FreeBSD.ORG Sat Dec 28 08:52:33 2013 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CA04A65A for ; Sat, 28 Dec 2013 08:52:33 +0000 (UTC) Received: from mail-pb0-f47.google.com (mail-pb0-f47.google.com [209.85.160.47]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9BB741B24 for ; Sat, 28 Dec 2013 08:52:33 +0000 (UTC) Received: by mail-pb0-f47.google.com with SMTP id um1so9935768pbc.34 for ; Sat, 28 Dec 2013 00:52:27 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:content-type:mime-version:subject:from :in-reply-to:date:cc:content-transfer-encoding:message-id:references :to; bh=5shOSqH+Ada+ySadJJr2x/MBxfX3izz1K4Nj+gLhRoA=; b=iEW2eh4kpP/fit113tqGpyoXObD1fEgGxqOCsvSr52IQ/G+YO/7rFJyPzbyfD7Qg0x X1sydflhLZnSUY1RLPfBln2Et5Dm+g8YO8ghB5HcLF2fnvPPtMGm1BgThFJezIQHpHn8 gVJh6XOxm5XaD7ly9g2DrIbVkpwxhNc5kE4T5aZcKo2H/v8RolzVh+KZfF72Z+AqPXBa 1QIPLyfiAQTYoeBEZ0Ve02Ez/PLegMFBSXE5NCjqFmGlbHLafLRVHz8hLIns6Shcyyg7 5BB93w9v34sVB98nmJ/rePInyLem199sK9VU0VXCHDXmz8oL7c8WfTCCniejPcE1VVgg e5/A== X-Gm-Message-State: ALoCoQkzIuRdcl/k0p7Tm9k9NHMPKJE+uvhrvP7TTdq1we4Eg5KaR8HuWRpwaEVEbF91TO3z9G49 X-Received: by 10.68.242.163 with SMTP id wr3mr56818218pbc.84.1388220747461; Sat, 28 Dec 2013 00:52:27 -0800 (PST) Received: from [192.168.2.136] (99-74-169-43.lightspeed.sntcca.sbcglobal.net. [99.74.169.43]) by mx.google.com with ESMTPSA id ik1sm22696559pbb.18.2013.12.28.00.52.25 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 28 Dec 2013 00:52:26 -0800 (PST) Content-Type: text/plain; charset=windows-1252 Mime-Version: 1.0 (Mac OS X Mail 7.1 \(1827\)) Subject: Re: template example From: Tim Kientzle In-Reply-To: Date: Sat, 28 Dec 2013 00:52:23 -0800 Content-Transfer-Encoding: quoted-printable Message-Id: References: To: Joe Nosay X-Mailer: Apple Mail (2.1827) Cc: FreeBSD Hackers X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Dec 2013 08:52:33 -0000 On Dec 27, 2013, at 7:41 PM, Joe Nosay wrote: > The standard "Hello World!" doesn't seem to work. Which one? Share the program you=92re trying to compile and what = errors you=92re seeing. Tim