dagobert (Dagobert Michelsen)
- Login: dagobert
- Email: dam@opencsw.org
- Registered on: 07/04/2014
- Last sign in: 03/22/2015
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
02/05/2015
-
02:19 PM Ruby Bug #10830 (Closed): LDFLAGS not honoured when linking libruby.so
- During configure the libraries are detected with LDFLAGS used e.g. to defined a search direcrtory with -L. During linking of library.so in Makefile.in the line
~~~
$(Q) $(LDSHARED) $(DLDFLAGS) $(OBJS) $(DLDOBJS) $(DTRACE_OBJ) $(SOLIBS)...
07/04/2014
-
12:02 PM Ruby Bug #9681: miniruby Bus Error at 0x3d44c4
- I can also confirm that Ruby 2.1.2 works on Solaris 10 x86 when compiled with Oracle Studio 12.3:
~~~
dam@unstable10x [global]:/home/dam/tmp/rubyx/ruby-2.1.2 > gmake test
CC = /opt/solarisstudio12.3/bin/cc
LD = /usr... -
09:30 AM Ruby Bug #9681: miniruby Bus Error at 0x3d44c4
- I can confirm that the error is also present in Ruby 2.1.2 when compiling with gcc 4.9.0:
~~~
In file included from ./include/ruby/ruby.h:24:0,
from ./include/ruby.h:33,
from ./missing/signbit.c:2:...