From: SourceForge.net <no...@so...> - 2007-10-03 19:01:11
|
Support Requests item #1807116, was opened at 2007-10-03 15:01 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=744812&aid=1807116&group_id=139893 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Install Problem (example) Group: None Status: Open Priority: 5 Private: No Submitted By: Eva (eva_1983) Assigned to: Nobody/Anonymous (nobody) Summary: Installing on Mac OSX 10.4.10 Initial Comment: Hi all, I am trying to install SBML_odeSolver-1.6.0 on a Mac OSX 10.4.10. I already installed the libraries: Sundials 2.1.1 in: /Users/eva/Desktop/Code/sundials/lib and libSBML 2.3.5 in: /Users/eva/Desktop/LibSBML I tried to configure the SBML ODE Solver by: ./configure --with-libsbml="/Users/eva/Desktop/LibSBML" --with-sundials="/Users/eva/Desktop/Code/sundials/lib" But it does not find my SBML Library. Here is the output: checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking whether make sets $(MAKE)... yes checking build system type... powerpc-apple-darwin8.10.0 checking host system type... powerpc-apple-darwin8.10.0 checking for g++... g++ checking for C++ compiler default output file name... a.out checking whether the C++ compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking for style of include used by make... GNU checking dependency style of g++... gcc3 checking for gcc... gcc checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ANSI C... none needed checking dependency style of gcc... gcc3 checking how to run the C preprocessor... gcc -E checking for ranlib... ranlib checking for a BSD-compatible install... /usr/bin/install -c checking whether make sets $(MAKE)... (cached) yes checking for autoconf... /usr/bin/autoconf checking for aclocal... /usr/bin/aclocal checking for make... /usr/bin/make checking for ar... /usr/bin/ar checking for swig... swig checking for perl... /usr/bin/perl checking for SBML Library Version... expr: syntax error expr: syntax error expr: syntax error ./configure: line 4175: test: -eq: unary operator expected configure: found SBML Library Version checking correct functioning of SBML... no: CFLAGS=-g -O2 -I/Users/eva/Desktop/LibSBML/include -I/Users/eva/Desktop/LibSBML/include/sbml LDFLAGS= -L/Users/eva/Desktop/LibSBML/lib LIBS= -lxerces-c -lsbml configure: error: Can not link to SBML Library: Please, make sure to use libSBML version >= 2.3.2 Someone can please help me? Thanks, Eva. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=744812&aid=1807116&group_id=139893 |