From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31913 invoked by alias); 30 Apr 2002 15:34:59 -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 31883 invoked from network); 30 Apr 2002 15:34:54 -0000 Received: from unknown (HELO anchor-post-30.mail.demon.net) (194.217.242.88) by sources.redhat.com with SMTP; 30 Apr 2002 15:34:54 -0000 Received: from mailgate.softwire.co.uk ([62.49.203.138] helo=polarbear) by anchor-post-30.mail.demon.net with esmtp (Exim 3.35 #1) id 172Zdj-000FIQ-0U; Tue, 30 Apr 2002 16:34:04 +0100 From: "Rupert Wood" To: Cc: Subject: RE: gcc 3.0.4 problem Date: Tue, 30 Apr 2002 10:55:00 -0000 Message-ID: <616BE6A276E3714788D2AC35C40CD18D5EC37A@whale.softwire.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal In-Reply-To: <616BE6A276E3714788D2AC35C40CD18D5FB439@whale.softwire.co.uk> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-SW-Source: 2002-04/txt/msg00328.txt.bz2 Professor Gustavo Carri wrote: > /usr/local/bin/gcc -o HPL_dlacpy.o -c -fomit-frame-pointer -O3 > -funroll-loops -Dadd_ -DF77_INTEGER=int - DStringSunStyle > -DHPL_CALL_CBLAS -I/home/gus/hpl/include > -I/home/gus/hpl/include/Linux_21264_CBLAS_gm /home/gus/ATLAS/include > -I/home/mpich/include ../HPL_dlacpy.c : > gcc: cannot specify -o with -c or -S and multiple compilations Two mistakes here: 1. there shouldn't be a space between '-' and 'DStringSunStyle' 2. you need an '-I' before '/home/gus/ATLAS/include' although I appreciate that these may have been introduced copying the error into your e-mail. You may have to correct CFLAGS or similar in your makefile. Rup.