/var/tmp/gnu-smalltalk-2.2c-root-mockbuild/usr/share/gnu-smalltalk/kernel
/var/tmp/gnu-smalltalk-2.2c-root-mockbuild/usr/share/gnu-smalltalk
/var/tmp/gnu-smalltalk-2.2c-root-mockbuild/usr/share/gnu-smalltalk/gst.im

So I will ask, how I can solve this problem.
Can you please send me the image file?

It's harmless. The strings are overwritten the next time the image is loaded. This patch should fix that though. Please confirm it.

--- scripts/Finish.st.old       2006-11-21 20:41:10.000000000 +0100
+++ scripts/Finish.st   2006-09-06 13:46:53.000000000 +0200
@@ -46,6 +46,9 @@
 old := Smalltalk arguments first.
 new := Smalltalk arguments at: 2.
 old = new ifFalse: [ FileSegment relocateFrom: old to: new ].
+ImageFileName := 'gst.im'.
+ImageFilePath := new.
+KernelFileLocalPath := new, '/kernel'.
 KernelFilePath := new, '/kernel'!

Paolo


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

Reply via email to