Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
debian-packages
ruby-oci8
Commits
c21593f7
Commit
c21593f7
authored
Apr 24, 2016
by
Kubo Takehiro
Browse files
Use RbConfig::CONFIG instead of deprecated Config::CONFIG.
parent
d7059c6c
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
c21593f7
2016-04-24 Kubo Takehiro <kubo@jiubao.org>
* docs/report-installation-issue.md: Use RbConfig::CONFIG instead of
deprecated Config::CONFIG.
2016-04-24 Kubo Takehiro <kubo@jiubao.org>
* lib/oci8/oci8.rb: Add OCI8::in_cond and OCI8:InCondBindHelper.
* test/test_all.rb, test/test_bind_array.rb: Add test of OCI8::in_cond.
...
...
docs/report-installation-issue.md
View file @
c21593f7
...
...
@@ -20,14 +20,14 @@ If it is a new one, post the following information to [github][].
file `which ruby`
ruby --version
ruby -r rbconfig -e "p Config::CONFIG['host']"
ruby -r rbconfig -e "p Config::CONFIG['CC']"
ruby -r rbconfig -e "p Config::CONFIG['CFLAGS']"
ruby -r rbconfig -e "p Config::CONFIG['LDSHARED']"
ruby -r rbconfig -e "p Config::CONFIG['LDFLAGS']"
ruby -r rbconfig -e "p Config::CONFIG['DLDLAGS']"
ruby -r rbconfig -e "p Config::CONFIG['LIBS']"
ruby -r rbconfig -e "p Config::CONFIG['GNU_LD']"
ruby -r rbconfig -e "p
Rb
Config::CONFIG['host']"
ruby -r rbconfig -e "p
Rb
Config::CONFIG['CC']"
ruby -r rbconfig -e "p
Rb
Config::CONFIG['CFLAGS']"
ruby -r rbconfig -e "p
Rb
Config::CONFIG['LDSHARED']"
ruby -r rbconfig -e "p
Rb
Config::CONFIG['LDFLAGS']"
ruby -r rbconfig -e "p
Rb
Config::CONFIG['DLDLAGS']"
ruby -r rbconfig -e "p
Rb
Config::CONFIG['LIBS']"
ruby -r rbconfig -e "p
Rb
Config::CONFIG['GNU_LD']"
# if you use gcc,
gcc --print-prog-name=ld
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment