definitely not a ruby-core dev here, so hope this is ok to post. my cygwin compile for latest ruby is failing with the ff msg... file.o:file.c:(.text+0x4342): undefined reference to `_wcsicmp' collect2: ld returned 1 exit status I just hope ruby-core is not abandoning cygwin env since cygwin is my only link to win environs.. thanks and best regards to ruby team, -botp
on 2012-11-22 09:17
on 2012-11-22 09:27
Hi, 2012/11/22 botp <botpena@gmail.com> > definitely not a ruby-core dev here, so hope this is ok to post. > my cygwin compile for latest ruby is failing with the ff msg... > > file.o:file.c:(.text+0x4342): undefined reference to `_wcsicmp' > collect2: ld returned 1 exit status > > I just hope ruby-core is not abandoning cygwin env since cygwin is my only > link to win environs.. > > That issue was reported and I believe it will soon be fixed. Refer to http://bugs.ruby-lang.org/issues/7415 > thanks and best regards to ruby team, > -botp > > Regards, Park Heesob
on 2012-11-22 09:28
On 22/11/2012 19:16, botp wrote: > definitely not a ruby-core dev here, so hope this is ok to post. > my cygwin compile for latest ruby is failing with the ff msg... > > file.o:file.c:(.text+0x4342): undefined reference to `_wcsicmp' > collect2: ld returned 1 exit status > Yes, I had the same. I commented out the call (it wasn't in anything that I was going to use anyway). But I agree that proper Cygwin support would be good. Graham
on 2012-11-22 10:05
On Thu, Nov 22, 2012 at 4:26 PM, Heesob Park <phasis@gmail.com> wrote: > That issue was reported and I believe it will soon be fixed. > Refer to http://bugs.ruby-lang.org/issues/7415 > omg, that was quick. thank you Heesob Park and ruby team. kind regards -botp
on 2012-11-22 10:07
On Thu, Nov 22, 2012 at 4:27 PM, Graham Menhennitt <graham@menhennitt.com.au > wrote: > Yes, I had the same. I commented out the call (it wasn't in anything > that I was going to use anyway). But I agree that proper Cygwin support > would be good. > glad i am not alone = ) thanks Graham -botp
on 2012-11-22 15:01
On Thu, Nov 22, 2012 at 10:06 AM, botp <botpena@gmail.com> wrote: > On Thu, Nov 22, 2012 at 4:27 PM, Graham Menhennitt > <graham@menhennitt.com.au> wrote: >> >> Yes, I had the same. I commented out the call (it wasn't in anything >> that I was going to use anyway). But I agree that proper Cygwin support >> would be good. > > > glad i am not alone = ) > thanks Graham Why don't you use the Ruby version from the repo? cygwin switched to 1.9 a while back: $ ruby -v ruby 1.9.3p327 (2012-11-10 revision 37606) [i386-cygwin] Kind regards robert
on 2012-11-27 09:12
On 23/11/2012 00:56, Robert Klemme wrote: > 1.9 a while back: > > $ ruby -v > ruby 1.9.3p327 (2012-11-10 revision 37606) [i386-cygwin] > Thanks for that, Robert. How do they (the CygWin guys) build it? They must do something to fix that error. Why can't we (the Ruby guys) do the same thing (it's in a #ifdef CYGWIN, so it won't affect anything else)? I'm trying to build a CygWin program with an embedded Ruby interpreter. It builds and starts running but exits immediately. I can't debug it in Cygwin GDB - it just hangs whenever I do a 's' or 'n' command. Graham
on 2012-11-27 09:23
On Tue, Nov 27, 2012 at 9:11 AM, Graham Menhennitt <graham@menhennitt.com.au> wrote: > On 23/11/2012 00:56, Robert Klemme wrote: >> Why don't you use the Ruby version from the repo? cygwin switched to >> 1.9 a while back: >> >> $ ruby -v >> ruby 1.9.3p327 (2012-11-10 revision 37606) [i386-cygwin] >> > Thanks for that, Robert. You're welcome. > How do they (the CygWin guys) build it? They must do something to fix > that error. Why can't we (the Ruby guys) do the same thing (it's in a > #ifdef CYGWIN, so it won't affect anything else)? You can download the sources. Maybe that'll help. You could also diff vs. the default sources. > I'm trying to build a CygWin program with an embedded Ruby interpreter. > It builds and starts running but exits immediately. I can't debug it in > Cygwin GDB - it just hangs whenever I do a 's' or 'n' command. Ah. Then of course you must build it. Kind regards robert
Please log in before posting. Registration is free and takes only a minute.
Existing account
(Switch to SSL-encrypted connection)
NEW: Do you have a Google/GoogleMail or Yahoo account? No registration required!
Log in with Google account | Log in with Yahoo account
Log in with Google account | Log in with Yahoo account
No account? Register here.