From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12521 invoked by alias); 11 May 2010 08:55:11 -0000 Received: (qmail 31612 invoked by uid 22791); 10 May 2010 14:40:02 -0000 X-SWARE-Spam-Status: No, hits=-0.0 required=5.0 tests=BAYES_20,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org From: Gideon Simpson Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: compiling 64 bit libraries Date: Tue, 11 May 2010 08:55:00 -0000 Message-Id: To: gsl-discuss@sourceware.org Mime-Version: 1.0 (Apple Message framework v1078) X-PMX-Spam: Gauge=IIIIIIII, Probability=8%, Report=' SUPERLONG_LINE 0.05, BODYTEXTP_SIZE_3000_LESS 0, BODY_SIZE_1000_LESS 0, BODY_SIZE_2000_LESS 0, BODY_SIZE_400_499 0, BODY_SIZE_5000_LESS 0, BODY_SIZE_7000_LESS 0, RDNS_NXDOMAIN 0, RDNS_SUSP 0, RDNS_SUSP_GENERIC 0, TO_NO_NAME 0, __CT 0, __CTE 0, __CT_TEXT_PLAIN 0, __HAS_MSGID 0, __HAS_X_MAILER 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __MIME_VERSION_APPLEMAIL 0, __MSGID_APPLEMAIL 0, __SANE_MSGID 0, __TO_MALFORMED_2 0, __USER_AGENT_APPLEMAIL 0, __X_MAILER_APPLEMAIL 0' 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: 2010-q2/txt/msg00012.txt.bz2 I currently have a perfectly good 32bit GSL library, but I'd like to have a= 64 bit version so that I will more easily be able to link against it using= MATLAB's MEX. I'm not entirely sure how to go about doing this. I have a= n OS X 10.6 machine with a native install of GCC 4.4.2. Which flags do I w= ant to use? How do I then ensure it's installed in /usr/local/lib/x86_64? -gideon