From owner-freebsd-questions@FreeBSD.ORG Wed Nov 19 21:35:05 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 47AF5106564A for ; Wed, 19 Nov 2008 21:35:05 +0000 (UTC) (envelope-from laladelausanne@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.188]) by mx1.freebsd.org (Postfix) with ESMTP id CB3808FC08 for ; Wed, 19 Nov 2008 21:35:04 +0000 (UTC) (envelope-from laladelausanne@gmail.com) Received: by nf-out-0910.google.com with SMTP id h3so86451nfh.33 for ; Wed, 19 Nov 2008 13:35:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:from:to :content-type:content-transfer-encoding:mime-version:subject:date :x-mailer; bh=oFHcHF/Z2e0ggMG/gsQmLOjep9tGoBuVZUlLFwWq5Uw=; b=VIKSlbMEe73MBJWdN6u/stcWfI7DspwWfGvDTMRQeggCS1TfNUuJQnMNkySDk2SyeZ 7SgHerq2iHHhXtEf/acpJpmJ8TessLKTMACNJ8oCpePUv06ot6kPJqgDskpGRci7+Oiu sWgjQ5K5NsGOovKenDYWA0okhUshw/bfwvtzE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:from:to:content-type:content-transfer-encoding :mime-version:subject:date:x-mailer; b=hgNCqmC09jb93CvadEX+O03+N0L7DbloniVRrzQmbSAKJiDytl/X37beXg03QB9lq8 +5IHcZ1sHpZdJO6+cC0KiVqQrkW3v2QTqKd+YqlNEeg8N5dVl8ooJ4kfqKdCHlDm6CY2 +c2DGy7KOFMIcwwrYk6VaL6ULByniPvWPH4Rk= Received: by 10.86.57.9 with SMTP id f9mr995775fga.32.1227129143751; Wed, 19 Nov 2008 13:12:23 -0800 (PST) Received: from ?192.168.1.11? (dyn.144-85-160-180.dsl.vtx.ch [144.85.160.180]) by mx.google.com with ESMTPS id 4sm1367331fge.8.2008.11.19.13.12.22 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 19 Nov 2008 13:12:22 -0800 (PST) Message-Id: <3CB03DCC-DCC0-4A4D-8F7D-2184CD0A52BF@gmail.com> From: =?UTF-8?Q?Nikola_Kne=C5=BEevi=C4=87?= To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v929.2) Date: Wed, 19 Nov 2008 22:12:21 +0100 X-Mailer: Apple Mail (2.929.2) Subject: Compiling C++ modules 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: Wed, 19 Nov 2008 21:35:05 -0000 Hi, what are the recommended CXXFLAGS for C++ code which should go in kernel module? Yes, I know C++ in kernel is a bad idea, but those are the requirements... Best, Nikola