[#4479] Requesting addition to IRB (configurable standard output) — Sascha Ebach <se@...>

Hello,

13 messages 2005/02/24
[#4482] Re: Requesting addition to IRB (configurable standard output) — Sam Roberts <sroberts@...> 2005/02/25

Quoting se@digitale-wertschoepfung.de, on Fri, Feb 25, 2005 at 01:22:34AM +0900:

[#4483] Re: Requesting addition to IRB (configurable standard output) — Eric Hodel <drbrain@...7.net> 2005/02/25

On 24 Feb 2005, at 19:51, Sam Roberts wrote:

[#4488] Re: Requesting addition to IRB (configurable standard output) — Sam Roberts <sroberts@...> 2005/02/26

Quoting drbrain@segment7.net, on Sat, Feb 26, 2005 at 02:43:31AM +0900:

[#4489] Re: Requesting addition to IRB (configurable standard output) — Eric Hodel <drbrain@...7.net> 2005/02/26

On 25 Feb 2005, at 16:03, Sam Roberts wrote:

Re: problems with ./config.guess: uanble to guess system type

From: "Dieter Dannerbeck" <Dannerbeck_Dieter@...>
Date: 2005-02-10 09:47:00 UTC
List: ruby-core #4411
Ben Elliston schrieb:

> Hi Deiter,
>
> Thanks for your bug report.
>
>  
>
>> i try to port ruby to skyos. The gnu bash is already available. also the
>> gcc../configure work also but config.guess will not work for me.
>> here's the output:
>>
>> config.guess timestamp = 2004-06-11
>> uname -m = i586
>> uname -r = 5.0.0 - beta 8.3
>> uname -s = skyos
>> uname -v = 5.0.0 - beta 8.3
>>   
>
>
> Before I make this change, does SkyOS provide a POSIX-like
> environment?  Is it really possible to compile GNU packages without
> much effort on SkyOS?
>
> Thanks, Ben
>  
>

Hi Ben.
Thank you so much for your contact:) Ok. The ./configure Script from Version 1.6x works now by simple typing
./configure --host=i386 -pe -skyos --build=i386 -pe - skyos. Also i had to change the config.sub first line #! /bin/sh  in  #! /boot/programs
The Version 1.8.x don't work with this call. So I have now the makefile from 1.6.x but this makes me confused. A lot of warnings and no really plan about this Linux like "make".
Theres a line in the (skyos) STDDEF.H ::    typedef __SIZE_TYPE__ size_t; -> this makes trouble...
And in the (skyos) types.h  line 67 and 68 ::    typedef unsigned short uid_t;
                                                                     typedef unsigned short gid_t;

This Types are in the (Ruby) config.h ::   #define uid_t int
                                                            #define gid_t int
                                                            #define size_t unsigned

But if I change it to #define uid_t unsigned short and #define gid_t unsigned short and run make again it takes no effect!
confused! really confused;)

dieter 
______________________________________________________________
Verschicken Sie romantische, coole und witzige Bilder per SMS!
Jetzt bei WEB.DE FreeMail: http://f.web.de/?mc=021193


In This Thread

Prev Next