From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2356 invoked by alias); 10 Apr 2008 06:12:53 -0000 Received: (qmail 2328 invoked by uid 22791); 10 Apr 2008 06:12:52 -0000 X-Spam-Check-By: sourceware.org Received: from yw-out-1718.google.com (HELO yw-out-1718.google.com) (74.125.46.155) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 10 Apr 2008 06:12:25 +0000 Received: by yw-out-1718.google.com with SMTP id 9so690748ywk.66 for ; Wed, 09 Apr 2008 23:12:23 -0700 (PDT) Received: by 10.151.99.3 with SMTP id b3mr1224127ybm.179.1207807943460; Wed, 09 Apr 2008 23:12:23 -0700 (PDT) Received: by 10.150.122.5 with HTTP; Wed, 9 Apr 2008 23:12:23 -0700 (PDT) Message-ID: <770855690804092312t1449f2f5t196532599da07b15@mail.gmail.com> Date: Thu, 10 Apr 2008 08:00:00 -0000 From: "=?ISO-8859-1?Q?J=F6rg_Wille?=" To: ecos-discuss@ecos.sourceware.org In-Reply-To: <770855690804091136x40bf5e69pb2f3262df321cf0@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <770855690804091136x40bf5e69pb2f3262df321cf0@mail.gmail.com> Mailing-List: contact ecos-discuss-help@ecos.sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: ecos-discuss-owner@ecos.sourceware.org Subject: [ECOS] how to build ecosconfig on mac os x X-SW-Source: 2008-04/txt/msg00157.txt.bz2 Hello, I try to build ecosconfig on Mac OS X 10.5.2 on a intel-mac. Configure stops with an error "Unable to figure out how to do 64 bit arithmetic" an when I try to run the unix makefile in /host/tools/configtool/standalone I get the following errors: /usr/include/c++/4.0.0/cstdlib:159: error: '::lldiv_t' has not been declared /usr/include/c++/4.0.0/cstdlib:165: error: '::_Exit' has not been declared /usr/include/c++/4.0.0/cstdlib:175: error: 'lldiv_t' does not name a type /usr/include/c++/4.0.0/cstdlib:179: error: 'lldiv_t' does not name a type /usr/include/c++/4.0.0/cstdlib:197: error: '::strtold' has not been declared /usr/include/c++/4.0.0/cstdlib:203: error: '__gnu_cxx::lldiv_t' has not been declared /usr/include/c++/4.0.0/cstdlib:205: error: '__gnu_cxx::_Exit' has not been declared /usr/include/c++/4.0.0/cstdlib:209: error: '__gnu_cxx::div' has not been declared /usr/include/c++/4.0.0/cstdlib:210: error: '__gnu_cxx::lldiv' has not been declared /usr/include/c++/4.0.0/cstdlib:216: error: '__gnu_cxx::strtold' has not been declared How can I proceed? Thanks. -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss