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 - readline under SunOS 5.6
Author Message
  Post subject:  readline under SunOS 5.6  Reply with quote
> platform=SunOS 5.6 Generic_105181-15 sun4u sparc SUNW,Ultra-5_10
> request= Which version of readline am I to use?
> When starting up singular I get
>
> ld.so.1: Singular: fatal: relocation error: file /usr/local/lib/libreadline.so: symbol __register_frame_info: referenced symbol not found
> Killed
>
> I am using version 4.1

Singular for SunOS was build on:
uname -a: SunOS 5.6 Generic_105181-23 sun4u sparc SUNW,Ultra-4
with a verion 4 libreadline.
The compiler used was: gcc version 2.95.3 20010315 (release)
From the function interface Singular uses, every version >=3 should be enough.
The symbol you mentioned (__register_frame_info) is part of the
gcc-library (don't know what ist does).
You have the following options:
- call Singular with the option -t, then libreadline will not be used,
all input will be done via fgets (e.g. editing of input is very limited)
- download
ftp://www.mathematik.uni-kl.de/pub/Math ... eadline.so or
- try to compile libreadline.so again:
with a gcc (version <=2.95.3), a libreadline (version = 3.x.x)
and options"-O -fomit-frame-pointer"
(we don't have solaris computer's here, so it's only a guess)
or
- try to compile Singular yourself
(the sources are at ftp://www.mathematik.uni-kl.de/pub/Math/Singular/src)

email: hannes@mathematik.uni-kl.de
Posted in old Singular Forum on: 2001-05-25 16:20:02+02
Post Posted: Thu Aug 11, 2005 5:31 pm


It is currently Fri May 13, 2022 10:55 am
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group