"floating point exception"
and nothing else happens. I believe this was discussed before here, but
I forget the resolution. Does anyone happen to remember? I guess I might
have to try a bootstrap build.
Peter
"Building OW1.9 on Linux" (Oct. 1)
"Turns out this is because OW can't find the Terminfo files"
"Linking /usr/share/terminfo/x to /lib/terminfo/x seems to fix it:
$ sudo ln -s /lib/terminfo/x /usr/share/terminfo
$ sudo ./open-watcom-c-linux-1.9
... and the installer works as expected. " -- Philip Pemberton
> I remember reading that too. A quick search shows this:
>
> "Building OW1.9 on Linux" (Oct. 1)
>
> http://groups.google.com/group/openwatcom.users.c_cpp/browse_thread/thread/f6b3b73708df59f3/7d670072e42d7b76?lnk=gst&q=exception#7d670072e42d7b76
>
> "Turns out this is because OW can't find the Terminfo files"
> "Linking /usr/share/terminfo/x to /lib/terminfo/x seems to fix it:
> $ sudo ln -s /lib/terminfo/x /usr/share/terminfo
> $ sudo ./open-watcom-c-linux-1.9
>
> ... and the installer works as expected. " -- Philip Pemberton
Thanks! For whatever reason I had trouble finding that. I'll give it a
try later and update the Wiki if it works for me too. I suppose we
should fix the installer at some point.
Peter
>> "Turns out this is because OW can't find the Terminfo files"
>> "Linking /usr/share/terminfo/x to /lib/terminfo/x seems to fix it:
>> $ sudo ln -s /lib/terminfo/x /usr/share/terminfo
>> $ sudo ./open-watcom-c-linux-1.9
>>
>> ... and the installer works as expected. " -- Philip Pemberton
Added fix to the wiki Linux install page.
Roald