Post a reply
Username:
Note:If not registered, provide any username. For more comfort, register here.
Subject:
Message body:
Enter your message here, it may contain no more than 60000 characters. 

Smilies
:D :) :( :o :shock: :? 8) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :wink: :!: :?: :idea: :arrow: :| :mrgreen:
Font size:
Font colour
Options:
BBCode is ON
[img] is ON
[flash] is OFF
[url] is ON
Smilies are ON
Disable BBCode
Disable smilies
Do not automatically parse URLs
Confirmation of post
To prevent automated posts the board requires you to enter a confirmation code. The code is displayed in the image you should see below. If you are visually impaired or cannot otherwise read this code please contact the %sBoard Administrator%s.
Confirmation code:
Enter the code exactly as it appears. All letters are case insensitive, there is no zero.
   

Topic review - problem calling libsingular-3-0-4-3/libsingular from c++
Author Message
  Post subject:  Re: problem calling libsingular-3-0-4-3/libsingular from c++  Reply with quote
What does 'cores' mean? Probably you meant 'sources' ?
Quote:
But can this versions be installed without cores, just to access the libraries?

A similar question had been asked on
viewtopic.php?f=10&t=1940&start=0&hilit=libsingular

You will find the sources on the server either here
http://www.singular.uni-kl.de/index.php ... -code.html
or as a tar file on the ftp-server:
http://www.mathematik.uni-kl.de/ftp/pub/Math/Singular/

Install libsingular following the HOWTO-libsingular on
http://www.singular.uni-kl.de/svn/trunk ... ibsingular

The kernel-developper (Singular team) seems to be already on christmas vacation,
so help is limited for the moment.
Post Posted: Fri Dec 21, 2012 4:11 pm
  Post subject:  Re: problem calling libsingular-3-0-4-3/libsingular from c++  Reply with quote
Guest wrote:
Try a newer version, Singular 3-0-4 dates from 2007
The current version is 3-1-5 and 3-1-6 is going to be released.



But can this versions be installed without cores, just to access the libraries?
Post Posted: Fri Dec 21, 2012 12:19 pm
  Post subject:  Re: problem calling libsingular-3-0-4-3/libsingular from c++  Reply with quote
Try a newer version, Singular 3-0-4 dates from 2007
The current version is 3-1-5 and 3-1-6 is going to be released.
Post Posted: Thu Dec 20, 2012 4:17 pm
  Post subject:  problem calling libsingular-3-0-4-3/libsingular from c++  Reply with quote
Hi,

I'm trying to dynamically compile libsingular-3-0-4-3 and libsingular; these are installed in a cluster.
I compile including the libraries with
g++ -o output -ldl -lsingular file.c -I /usr/include/singular/ -I /usr/include/singular/singular

but I get the following errors:

/usr/lib/gcc/x86_64-linux-gnu/4.7/../../../../lib/libsingular-3-0-4-3.so: undefined reference to `omPrintUsedTrackAddrs'
/usr/lib/gcc/x86_64-linux-gnu/4.7/../../../../lib/libsingular-3-0-4-3.so: undefined reference to `omPrintUsedAddrs'
/usr/lib/gcc/x86_64-linux-gnu/4.7/../../../../lib/libsingular-3-0-4-3.so: undefined reference to `_omDebugFree'
/usr/lib/gcc/x86_64-linux-gnu/4.7/../../../../lib/libsingular-3-0-4-3.so: undefined reference to `omPrintCurrentBackTraceMax'
/usr/lib/gcc/x86_64-linux-gnu/4.7/../../../../lib/libsingular-3-0-4-3.so: undefined reference to `omMarkAsStaticAddr'

Neither the cluster administrator nor I know of to fix this. Do you have any suggestion?

Best regards,

David
Post Posted: Thu Dec 20, 2012 2:41 pm


It is currently Fri May 13, 2022 11:05 am
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group