I'm trying to use gcc-3.4
on the latest Ubuntu. The package is from debian snapshots.
It probably assumes different default directory structure, so for example I was forced to give it -I /usr/include/i386-linux-gnu/
, which gcc-4
assumed implicitly.
Currently it compiles everything I gave it just fine, but it can't link. Even the simplest executable results the error:
$ gcc-3.4 ~/tmp.cc -o ~/tmp
/usr/bin/ld: cannot find -lgcc_s
collect2: ld returned 1 exit status