From owner-freebsd-questions@FreeBSD.ORG Thu Jul 30 14:21:42 2009 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 99E53106566C for ; Thu, 30 Jul 2009 14:21:42 +0000 (UTC) (envelope-from djuatdelta@gmail.com) Received: from ey-out-2122.google.com (ey-out-2122.google.com [74.125.78.25]) by mx1.freebsd.org (Postfix) with ESMTP id 2E9F88FC0A for ; Thu, 30 Jul 2009 14:21:41 +0000 (UTC) (envelope-from djuatdelta@gmail.com) Received: by ey-out-2122.google.com with SMTP id 9so326856eyd.7 for ; Thu, 30 Jul 2009 07:21:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=i0/pFimQIXvjTOZgUvsHB9D3UvXrHAccN/34gFYLy5U=; b=s+Y+HsWooafxpCK/0FgzctNI8kkTJUxYnb9TkARuS+HeaIBQJGVb03R4ugXir7l/5P F7svL0v1l7QrwQIbphyHTyZ/s09Dgdsidzr55cd/vEHbbtYIJSsqnPC6YuEw0cCSGWwk oaswW0CAu2DevWo9XlfetH/NcQIrRvALyhWZY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=qQV4Ua9GBKQHsNf57S8HewsSLIeVzAEUicZ1Cg+y7eTZUhFFRp6oMOmDPYjzDaD4Oz Dj49bQ0oW2d5i7+oeNIiGTxD3pFKe0M5egdcfn5TvTjcmO9jIelHTW3g2E8WZuZ+//mC jQXZthZQcbqMOpCeydgCK1rh4A3XE1RL3rmYs= MIME-Version: 1.0 Received: by 10.210.110.5 with SMTP id i5mr1759912ebc.58.1248963701106; Thu, 30 Jul 2009 07:21:41 -0700 (PDT) In-Reply-To: <4A71455C.2070506@netfence.it> References: <4A71455C.2070506@netfence.it> Date: Thu, 30 Jul 2009 10:21:41 -0400 Message-ID: From: Daniel Underwood To: Andrea Venturoli Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: OpenMP 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, 30 Jul 2009 14:21:42 -0000 Did you add the "-fopenmp" flag to both the compiler and the linker? Both need it.