From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29043 invoked by alias); 17 Mar 2008 22:09:11 -0000 Received: (qmail 28955 invoked by uid 22791); 17 Mar 2008 22:09:10 -0000 X-Spam-Check-By: sourceware.org Received: from mailwasher.lanl.gov (HELO mailwasher.lanl.gov) (204.121.3.2) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 17 Mar 2008 22:08:51 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by mailwasher.lanl.gov (Postfix) with ESMTP id 55CD8540940 for ; Mon, 17 Mar 2008 16:08:49 -0600 (MDT) X-CTN-5-Virus-Scanner: amavisd-new at mailwasher.lanl.gov Received: from mailwasher.lanl.gov (localhost.localdomain [127.0.0.1]) by mailwasher.lanl.gov (Postfix) with ESMTP id 41D71540956 for ; Mon, 17 Mar 2008 16:08:49 -0600 (MDT) Received: from mailrelay3.lanl.gov (mailrelay3.lanl.gov [128.165.4.104]) by mailwasher.lanl.gov (Postfix) with ESMTP id 3FF805406F5 for ; Mon, 17 Mar 2008 16:08:49 -0600 (MDT) Received: from alvie-mail.lanl.gov (alvie-mail.lanl.gov [128.165.4.110]) by mailrelay3.lanl.gov (8.13.8/8.13.8/(ccn-5)) with ESMTP id m2HM8mYT026993 for ; Mon, 17 Mar 2008 16:08:48 -0600 Received: from [128.165.59.157] (manticore.lanl.gov [128.165.59.157]) by alvie-mail.lanl.gov (Postfix) with ESMTP id 701061FC002 for ; Mon, 17 Mar 2008 16:08:33 -0600 (MDT) Subject: build fails... what gives? From: Gerard Jungman To: GSL Discuss Mailing List Content-Type: text/plain Date: Mon, 17 Mar 2008 22:09:00 -0000 Message-Id: <1205791681.6909.19.camel@manticore.lanl.gov> Mime-Version: 1.0 X-Mailer: Evolution 2.8.3 (2.8.3-2.fc6) Content-Transfer-Encoding: 7bit X-CTN-5-MailScanner-Information: Please see http://network.lanl.gov/email/virus-scan.php X-CTN-5-MailScanner: Found to be clean X-CTN-5-MailScanner-From: jungman@lanl.gov Mailing-List: contact gsl-discuss-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gsl-discuss-owner@sourceware.org X-SW-Source: 2008-q1/txt/msg00038.txt.bz2 make[2]: Entering directory `/home/jungman/sandbox/gsl' /bin/sh ./libtool --tag=CC --mode=link gcc -g -O2 -o gsl-randist gsl-randist.o libgsl.la cblas/libgslcblas.la -lm gcc -g -O2 -o .libs/gsl-randist gsl-randist.o ./.libs/libgsl.so cblas/.libs/libgslcblas.so -lm -Wl,--rpath -Wl,/home/jungman/sandbox/local/lib ./.libs/libgsl.so: undefined reference to `gsl_matrix_complex_const_subrow' ./.libs/libgsl.so: undefined reference to `gsl_matrix_subcolumn' ./.libs/libgsl.so: undefined reference to `gsl_matrix_complex_subrow' ./.libs/libgsl.so: undefined reference to `gsl_matrix_complex_subcolumn' ./.libs/libgsl.so: undefined reference to `gsl_matrix_subrow' ./.libs/libgsl.so: undefined reference to `gsl_matrix_complex_const_subcolumn' ./.libs/libgsl.so: undefined reference to `gsl_matrix_const_subcolumn' collect2: ld returned 1 exit status