FreeBSD Port: gcc31-3.1

2002-05-30 Thread John Angelmo
OK the gcc31 builds OK for me on FreeBSD 5.0 Current but when I try to make install this happens: === Generating temporary packing list /usr/libexec/elf/strip: /usr/local/lib/gcc-lib/i386-portbld-freebsd5.0/3.1/cc1: No such file or directory *** Error code 1 Stop in /usr/ports/lang/gcc31.

Re: FreeBSD Port: gcc31-3.1

2002-05-30 Thread Martin Blapp
Hi, /usr/local/lib/gcc-lib/i386-portbld-freebsd5.0/3.1/cc1: No such file or directory A path is wrong in the port. I worked around this with: cp -r /usr/local/lib/gcc-lib/i386-portbld-freebsd5.0/3.1.1\* \ /usr/local/lib/gcc-lib/i386-portbld-freebsd5.0/3.1 I think David will fix the port