From owner-freebsd-questions@FreeBSD.ORG Tue Nov 18 11:03:23 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 DF77E1065672 for ; Tue, 18 Nov 2008 11:03:23 +0000 (UTC) (envelope-from vijibn.07@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.155]) by mx1.freebsd.org (Postfix) with ESMTP id 743178FC08 for ; Tue, 18 Nov 2008 11:03:23 +0000 (UTC) (envelope-from vijibn.07@gmail.com) Received: by fg-out-1718.google.com with SMTP id l26so2307245fgb.35 for ; Tue, 18 Nov 2008 03:03:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type; bh=u5Wt7hcPyiatZV7425VWZQD7ZN2hJgwsokeVAtIatXw=; b=UGIE+fKWbqlJKNa696oyHkkCjCsXgoP0yObuTYSfVxNpoIPXrvCeQp/Bew1INgWAAM F/AFiB1LOlvVO8EV5xy5H+jmtYuK4/U5/KV105rgw+eSrJmK/XLbKHAoi+b3j+UWsYB0 fp9DclSaKRiJuyG3CodNvyo+18ubb62dhLZ78= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=kB3YerUkDbkaDOOswTQSCBLKq8YwxmJ+MGmQhYKlhKctV2z3lLAurEeOcqe2Ki4LGx U7gG7nSYZdWJsMvXcYauINB/NBlmpI45L08THyQ99tNtvaEdZWE8FgYYKdfF0Hv8H1Nh ce2iIAiSyqcmXjR3Xb/DAITJVdi79/3BPBxjA= Received: by 10.187.252.4 with SMTP id e4mr635457fas.7.1227004808603; Tue, 18 Nov 2008 02:40:08 -0800 (PST) Received: by 10.187.208.7 with HTTP; Tue, 18 Nov 2008 02:40:08 -0800 (PST) Message-ID: Date: Tue, 18 Nov 2008 16:10:08 +0530 From: "Vijayalakshmi BN" To: freebsd-questions@freebsd.org MIME-Version: 1.0 X-Mailman-Approved-At: Tue, 18 Nov 2008 12:43:35 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Help needed: Which gcc version supports xmemalign 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: Tue, 18 Nov 2008 11:03:24 -0000 Hello, I'm working on Solaris 9 and using gcc version 2.9.5. I'm facing issues with respect to memory misalignment. I'm getting SIGBUS errors. Through various websites, I found that xmemalign can be used while compiling to handle memory alignment issues. Bu the version I'm using doesn't support xmemalign option. Even gcc version 3.4.3 doesn't support. It says: gcc: language memalign=1i not recognized Can you let me know which version of gcc supports xmemalign option on solaris? Also where can I download the gcc version from? Thanks and Regards, Viji