C
Charles S.
In OS X 10.6.6, I downloaded ruby-1.9.2-p180.tar and performed a
/configure using the following parameters:
/configure --prefix=/usr/local/ruby --enable-shared --enable-pthread
CFLAGS=-D_XOPEN_SOURCE=1
After it finishes, I see something very strange. Near the end of the
output, it lists:
...
checking for if make is GNU make... yes
checking for nroff... /usr/bin/nroff
ext/include/x86_64-darwin10.6.0/ruby/config.h updated
ruby library version = 1.9.1
<----- why 1.9.1????
configure: creating ./config.status
config.status: creating Makefile
The line above that states ruby library version is 1.9.1. Is this
normal? The ruby binary shows 1.9.2 though...
The ruby app I'm using requires 1.9.2, and I'm having problem getting
the app to run at all. I believe the mismatch in library version is
likely the cause of the problem.
Can anyone confirm the library version??
Thanks alot!
/configure using the following parameters:
/configure --prefix=/usr/local/ruby --enable-shared --enable-pthread
CFLAGS=-D_XOPEN_SOURCE=1
After it finishes, I see something very strange. Near the end of the
output, it lists:
...
checking for if make is GNU make... yes
checking for nroff... /usr/bin/nroff
ext/include/x86_64-darwin10.6.0/ruby/config.h updated
ruby library version = 1.9.1
<----- why 1.9.1????
configure: creating ./config.status
config.status: creating Makefile
The line above that states ruby library version is 1.9.1. Is this
normal? The ruby binary shows 1.9.2 though...
The ruby app I'm using requires 1.9.2, and I'm having problem getting
the app to run at all. I believe the mismatch in library version is
likely the cause of the problem.
Can anyone confirm the library version??
Thanks alot!