Who's Online |
21 user(s) are online ( 14 user(s) are browsing Forums)
Members: 0
Guests: 21
more...
|
|
|
|
Re: some usefull gnu utility
|
Posted on: 2017/8/19 17:11
#1
|
Just popping in
|
@xenic The one part of the SDK was also my port. People still have the possibility not to choose to install it. If anyone would find a bug, please report it, just like Hubert did and I will fix it (and I also have a backup of old files, in case someone needs it).
|
Best regards, hnl_dk - Henning Nielsen Lund [Denmark]
|
|
|
Re: some usefull gnu utility
|
Posted on: 2017/8/19 2:02
#2
|
Just popping in
|
Coreutils has now been added to adtools: https://github.com/adtools/coreutils
|
Best regards, hnl_dk - Henning Nielsen Lund [Denmark]
|
|
|
Re: some usefull gnu utility
|
Posted on: 2017/8/18 23:48
#3
|
Just popping in
|
@xenic No problem Jeff Quote: Agreed but I think someone uploaded that adtools compile because people wanted to compile a program that required GCC 5.x or better. I think it's an adtools binary snapshot and not an official release. I recently D/L a binary snapshot of gcc 5.4.0 from https://dl.bintray.com/sba1/adtools-native and it also has the coreutils mixed in with bintutils & gcc. Does not sound good. Quote: I just thought it was worth mentioning because if people are installing newer adtools that way, your coreutils in SDK:local/C might not get used. I am at the moment cleaning up my coreutils code and fixing minor problems... when I am done, do I plan to setup a repository on the https://github.com/adtools/
|
Best regards, hnl_dk - Henning Nielsen Lund [Denmark]
|
|
|
Re: some usefull gnu utility
|
Posted on: 2017/8/18 18:30
#4
|
Just popping in
|
@xenicQuote: It also might be worth noting that the adtools.lha archive at OS4Depot and more recent version at Github place the coreutils in SDK:gcc/bin along with the binutils so the coreutils in SDK:local/C will never get used. If you are still using the original SDK (containing gcc 4.2.4) then there's no problem; Henning's coreutils will be used.
It is a mistake if someone has placed coreutils in the gcc:bin directory. Coreutils has nothing to do with gcc, only gcc and binutils should be located in that directory.
|
Best regards, hnl_dk - Henning Nielsen Lund [Denmark]
|
|
|
Re: some usefull gnu utility
|
Posted on: 2017/8/18 18:22
#5
|
Just popping in
|
@xenic It is diffutils 3.6 ;)
|
Best regards, hnl_dk - Henning Nielsen Lund [Denmark]
|
|
|
Re: Crashes with OS4 Final
|
Posted on: 2007/1/25 17:44
#6
|
Just popping in
|
@Futaura
Hello Oliver
Thanks for telling.
|
Best regards, hnl_dk - Henning Nielsen Lund [Denmark]
|
|
|
Re: Crashes with OS4 Final
|
Posted on: 2007/1/25 9:57
#7
|
Just popping in
|
@tonyw
Hi Tony
Problem is that if you have installed the full version of IBrowse, does it overwrite your MUI classes (the classes mentioned in the other thread) with 68k versions that do not work correctly on OS4 (at least it looks like it, as the applications that use it will crash if you don't replace them with the native versions).
|
Best regards, hnl_dk - Henning Nielsen Lund [Denmark]
|
|
|
Re: Some Crashlogs on FinalOS4, Help...
|
Posted on: 2007/1/21 12:19
#9
|
Just popping in
|
|
Best regards, hnl_dk - Henning Nielsen Lund [Denmark]
|
|
|
Re: Cranu 0.5
|
Posted on: 2007/1/19 23:19
#10
|
Just popping in
|
@xeron Quote: xeron wrote: I forgot to set the version number to 0.5 on cranu.lha! Could someone fix it please?
fixed
|
Best regards, hnl_dk - Henning Nielsen Lund [Denmark]
|
|
|
Re: Problems executing Loonix scripts
|
Posted on: 2007/1/14 13:03
#11
|
Just popping in
|
@tonyw Quote: tonyw wrote: @hnl_dk
I'm using sh 52.1 (2007-01-07), coreutils 6.7.2 (2007-01-04).
I'll try those later versions, but if abc-shell "can't find" the file under its nose, it can't be a bug in the file contents.
It could be a problem with coreutils (if it is still not working with the new files, please try with the older version of coreutils - I have not got much response about the testversion of coreutils)
|
Best regards, hnl_dk - Henning Nielsen Lund [Denmark]
|
|
|
Re: Problems executing Loonix scripts
|
Posted on: 2007/1/14 11:25
#12
|
Just popping in
|
@tonyw
and one extra thing... what version of 'sh' (abc-shell) and coreutils do you use?
|
Best regards, hnl_dk - Henning Nielsen Lund [Denmark]
|
|
|
Re: Problems executing Loonix scripts
|
Posted on: 2007/1/14 11:24
#13
|
Just popping in
|
@tonyw Just in case that there could be a bug within config.sub (you should always use the newest config.sub/config.guess if possible)... the newest config.sub ... the newest config.guess
|
Best regards, hnl_dk - Henning Nielsen Lund [Denmark]
|
|
|
Re: SDK-Gurus: ScummVM_OS4 needs your help
|
Posted on: 2007/1/7 18:42
#14
|
Just popping in
|
@Raziel Quote: Raziel wrote: @Jack
True, better to have the fix for atan2, though
use the atan2fix link library to fix the problem
|
Best regards, hnl_dk - Henning Nielsen Lund [Denmark]
|
|
|
Re: SDK-Gurus: ScummVM_OS4 needs your help
|
Posted on: 2007/1/7 11:22
#15
|
Just popping in
|
@hnl_dk Quote: hnl_dk wrote: @joerg
Quote: joerg wrote: @hnl_dk ... I've fixed it in newlib.library 52.7, but atan2(0,0) still returns NaN, just like in libnix, which is correct IMHO and the 0 from glibc and clib2 are wrong!?
http://www.opengroup.org/onlinepubs/009695399/functions/atan2.html
Quote:If both arguments are 0, a domain error shall not occur.
And in combination with the words of OpenGroup... an explanation why clib2, glib2 and libm from BSD (and the documentation from OpenGroup) do want you to return 0 http://leaf.dragonflybsd.org/cgi/web-man?command=atan2§ion=3Check the notes.
|
Best regards, hnl_dk - Henning Nielsen Lund [Denmark]
|
|
|
Re: SDK-Gurus: ScummVM_OS4 needs your help
|
Posted on: 2007/1/7 11:08
#16
|
Just popping in
|
@joerg Quote: joerg wrote: @hnl_dk ... I've fixed it in newlib.library 52.7, but atan2(0,0) still returns NaN, just like in libnix, which is correct IMHO and the 0 from glibc and clib2 are wrong!?
http://www.opengroup.org/onlinepubs/009695399/functions/atan2.htmlQuote: If both arguments are 0, a domain error shall not occur.
|
Best regards, hnl_dk - Henning Nielsen Lund [Denmark]
|
|
|
Re: SDK-Gurus: ScummVM_OS4 needs your help
|
Posted on: 2007/1/7 10:59
#17
|
Just popping in
|
@Jack Quote: Jack wrote: @hnl_dk
My appologies, you're right. Blanked the post, The 0,0 one shoudn't be nan? Gone to check
Jack
according to the man page Quote: If either x or y is NaN, a NaN shall be returned. ... Quote: If both arguments are 0, a domain error shall not occur. ... so clib2 and glibc are right
|
Best regards, hnl_dk - Henning Nielsen Lund [Denmark]
|
|
|
Re: SDK-Gurus: ScummVM_OS4 needs your help
|
Posted on: 2007/1/7 10:55
#18
|
Just popping in
|
@Jack Quote: Jack wrote: @nhl_dk
I'm totally drunk
Sorry Had'nt my coffee yet
Jack
edit: deleted the b***t I wrote
was almost about to reply again... that you need some new glasses (as the result was the same, as the one from clib2)
|
Best regards, hnl_dk - Henning Nielsen Lund [Denmark]
|
|
|
Re: SDK-Gurus: ScummVM_OS4 needs your help
|
Posted on: 2007/1/7 10:52
#19
|
Just popping in
|
@Jack Quote: ATAN2(3) Linux Programmer's Manual use something better ... look at return value
|
Best regards, hnl_dk - Henning Nielsen Lund [Denmark]
|
|
|
Re: SDK-Gurus: ScummVM_OS4 needs your help
|
Posted on: 2007/1/7 10:37
#20
|
Just popping in
|
@joerg
atan2( 0, 0) = 0.000000 atan2( 0, 1) = 0.000000 atan2( 1, 0) = 1.570796 atan2( 1, 1) = 0.785398 atan2( 0,-1) = 3.141593 atan2(-1, 0) = -1.570796 atan2(-1,-1) = -2.356194
that are the correct results (according to glibc)
|
Best regards, hnl_dk - Henning Nielsen Lund [Denmark]
|
|
|