Encountering errors when compiling GNU Smalltalk on Windows

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Encountering errors when compiling GNU Smalltalk on Windows

ZuLuuuuuu
Hi,

I am trying to compile GNU Smalltalk 3.x on Windows via Cygwin. I succesfully
installed 2.x series but when trying to build 3.x series, after make command, I
get an error and compilation stops after a while. Is there a log file I can send
so that we can figure out what is the problem or should I just copy a few of the
last lines of the terminal output? I tried building 3.0.3 and 3.0b also tried
the latest source code via the
http://git.sv.gnu.org/gitweb/?p=smalltalk.git;a=snapshot;h=master link. I
installed GNU Smalltalk 3.x on my Fedora 9 system using YUM but I also want it
on my Windows XP :)
 

Canol Gokel



_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk
Canol Gökel
Reply | Threaded
Open this post in threaded view
|

Re: Encountering errors when compiling GNU Smalltalk on Windows

Paolo Bonzini-2
Canol Gokel wrote:
> Hi,
>
> I am trying to compile GNU Smalltalk 3.x on Windows via Cygwin. I succesfully
> installed 2.x series but when trying to build 3.x series, after make command, I
> get an error and compilation stops after a while. Is there a log file I can send
> so that we can figure out what is the problem or should I just copy a few of the
> last lines of the terminal output?

This is okay to do.

Paolo


_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk
Reply | Threaded
Open this post in threaded view
|

Re: Encountering errors when compiling GNU Smalltalk on Windows

ZuLuuuuuu
Paolo Bonzini <bonzini <at> gnu.org> writes:

>
> Canol Gokel wrote:
> > Hi,
> > ...
>
> This is okay to do.
>
> Paolo
>


I tried it again today and noted the error:


./gst --no-user-files --kernel-dir="/home/Canol/smalltalk/kernel"
--image="/home/Canol/smalltalk/gst.im" -iQ /dev/null
make[2]: *** [gst.im] Segmentation fault (core dumped)
make[2]: Leaving directory '/home/Canol/smalltalk'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/Canol/smalltalk'
make: *** [all] Error 2


I tried to compile from source code on a Linux system yesterday
and it didn't gave any error.



_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk
Canol Gökel