From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19094 invoked by alias); 10 Oct 2002 07:39:39 -0000 Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org Received: (qmail 19086 invoked from network); 10 Oct 2002 07:39:39 -0000 Received: from unknown (HELO www.fastmail.fm) (209.61.183.86) by sources.redhat.com with SMTP; 10 Oct 2002 07:39:39 -0000 Received: from www.fastmail.fm (localhost [127.0.0.1]) by localhost.localdomain (Postfix) with ESMTP id 8EF886DBB9; Thu, 10 Oct 2002 02:39:37 -0500 (CDT) X-Epoch: 1034235577 X-Sasl-enc: MIKA6SkRfyeaePH8vQHpLw Received: from fastmail.fm (unknown [62.242.176.171]) by www.fastmail.fm (Postfix) with ESMTP id A2B4B6DBB2; Thu, 10 Oct 2002 02:39:35 -0500 (CDT) Message-ID: <3DA52EAE.8010100@fastmail.fm> Date: Thu, 10 Oct 2002 00:39:00 -0000 From: bjorn rohde jensen Reply-To: bjensen@fastmail.fm User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.0) Gecko/20020529 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Enrique Donato Mora Cc: gcc-help@gcc.gnu.org Subject: Re: Ihave a trouble during the make operation References: <200210100003.02332.edonato@ono.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-10/txt/msg00101.txt.bz2 Hi Enrique, It looks like, the linker could not find the xpecified X11 library in one of the locations, it searches by default, so you will have to provide the linker with a path to the location of the X11 library yourself. This can be done by adding an -L option something like -L/usr/X11R6/lib/ during link phase. This is not really a gcc thing as such though;) Yours sincerely, Bjorn