I am trying to install the CPAN module DBD::SQLite and I am getting a strange failure. The compilation of several C files into object code goes fine, and then when we hit sqlite3.c the compilation just hangs. The abbreviated command is:
<code>i686-linux-gnu-gcc -c [...] sqlite3.c
</code>
<code>i686-linux-gnu-gcc -c [...] sqlite3.c
</code>
i686-linux-gnu-gcc -c [...] sqlite3.c
I’d like confirmation if anyone else could try it; maybe someone using perlbrew?
Here is some version information:
- gcc version 8.3.0 (Debian 8.3.0-6)
- DBD-SQLite-1.76
- Perl v5.40.0
5