Florian Geiss wrote: > Hi, all > > I use a MacbookPro (2.16 GHz Intel) for about a week, so I'm really new to > the subject. Trying to install an unstable Singular-package (3.0.1-1013) I > always get the message: > > checking uname for singular... unknown > configure: error: Unknown architecture: Check singuname.sh > > Updating and manipulations on "singuname.sh" had no effects.
This package does not build on intel at the moment. If you want to try to get it to compile, you can edit the singular.info (*) file as follows: In the line that begins with ./configure, add ac_cv_singuname=`uname -p`Mac-darwin before ./configure, so that the line begins with ac_cv_singuname=`uname -p`Mac-darwin ./configure --disable-doc etc. Note that this is a very long line; don't break it. It should compile then, but will not run without problems. When I am running it, after every command I see the error message Singular-3-0-1(20865) malloc: *** Deallocation of a pointer not malloced: 0x1100e8c; This could be a double free(), or free() called with the middle of an allocated block; Try setting environment variable MallocHelp to see tools to help debug I haven't had time to try and find why it is doing this and whether it is otherwise running OK or not. If you find out, please tell it to the maintainer and to the list. He or I can then try to fix the package. (*) Copy the file from /sw/fink/dists/unstable/main/finkinfo/sci/ to /sw/fink/dists/local/main/finkinfo/ and change its Revision: from 1013 to 1013.0 or something. -- Martin Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Fink-beginners mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-beginners
