Hello List,

i've found another bug in the configure-script (or somewhere in the depths 
behind it)

i compiled using
./configure --prefix=/usr
and found that in gst this results in following behaviour:

st> String sourceCodeAt: #asString!
Object: FileStream error: could not open usr/share/smalltalk/kernel/String.st

a guy from freenode ##smalltalk with the nick S11001001 eventually solved it 
with:

st> FileSegment relocateFrom: 'usr/share/smalltalk/kernel' 
to: '/usr/share/smalltalk/kernel'!
"Scavenging... 85% reclaimed, done"
"Scavenging... 71% reclaimed, done"
FileSegment

st> String sourceCodeAt: #asString!
'asString
    "But I already am a String!  Really!"
    ^self
'

hope we can fix that :)

MfG
Michael 'manveru' Fellinger


_______________________________________________
help-smalltalk mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-smalltalk

Reply via email to