Yukihiro Matsumoto <matz / zetabits.com> wrote:
>Hi,
>
>In message "[ruby-talk:15043] Can't compile 1.7"
>    on 01/05/13, Urban Hafner <the-master-of-bass / web.de> writes:
>
>|Hello,
>|I have a problem when compiling ruby 1.7 under Linux. I tried it with
>|1.6.3 and there it works, so I just want to let you know that there is
>|something going wrong.
>
>try giving --dbm-include=/usr/inlcude/db1 to ./configure before you
>compile.
>
Well, it doesn't work. It seems that ./configure doesn't know this option:
urban@debian:~/ruby$ ./configure --dbm-include=/usr/include/db1
configure: error: --dbm-include=/usr/include/db1: invalid option; use --help to show usage

Or was it just a misspelling?

Urban