From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19826 invoked by alias); 16 Jun 2006 20:32:43 -0000 Received: (qmail 19817 invoked by uid 22791); 16 Jun 2006 20:32:42 -0000 X-Spam-Check-By: sourceware.org Received: from nf-out-0910.google.com (HELO nf-out-0910.google.com) (64.233.182.190) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 16 Jun 2006 20:32:39 +0000 Received: by nf-out-0910.google.com with SMTP id n28so859150nfc for ; Fri, 16 Jun 2006 13:32:37 -0700 (PDT) Received: by 10.49.15.8 with SMTP id s8mr2516123nfi; Fri, 16 Jun 2006 13:32:37 -0700 (PDT) Received: by 10.48.238.5 with HTTP; Fri, 16 Jun 2006 13:32:36 -0700 (PDT) Message-ID: Date: Fri, 16 Jun 2006 20:42:00 -0000 From: "Daniel Corbe" To: binutils@sourceware.org Subject: unrecognized option `-dynamic' Cc: libtool@gnu.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-IsSubscribed: yes Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org X-SW-Source: 2006-06/txt/msg00268.txt.bz2 Hello, I apologize for cross-posting but I don't know where I should be loking to resolve this issue. I'm attempting to rebuild libtool and binutils on Mac OS X 10.4.6 and I'm running into the following issue: (libtool): jomama:/usr/local/src/libtool root# make make all-recursive /bin/sh ./libtool --tag=CC --mode=link gcc -g -O2 -no-undefined -o libltdl/dlopen.la -module -avoid-version libltdl/loaders/dlopen.lo -ldl libtool: link: rm -fr libltdl/.libs/dlopen.a libtool: link: ar cru libltdl/.libs/dlopen.a libltdl/loaders/.libs/dlopen.o ranlib: unrecognized option `-q' Try `ranlib --help' for more information. ar: internal ranlib command failed make[2]: *** [libltdl/dlopen.la] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 (binutils): /bin/sh .././libiberty/../mkinstalldirs /usr/lib /usr/local/bin/install -c -m 644 ./libiberty.a /usr/lib/./libiberty.an ( cd /usr/lib ; ranlib ./libiberty.an ) *** Warning: inferring the mode of operation is deprecated. *** Future versions of Libtool will require --mode=MODE be specified. ranlib: warning: cannot infer operation mode from `./libiberty.an' ranlib: you must specify a MODE Try `ranlib --help' for more information. make[1]: *** [install_to_libdir] Error 1 make: *** [install-libiberty] Error 2 ranlib --dynamic and libtool --dynamic causes some of my other software builds to fail. Is there a process I should be following to build both of these apps correctly? libtool is from CVS today and binutils is 2.16 Thanks. -Daniel