libstdc++/6812: Missing definition of __c_file_type
Carlo Wood
carlo@alinoe.com
Sat May 25 16:07:00 GMT 2002
On Sat, May 25, 2002 at 07:56:26PM -0000, paolo@gcc.gnu.org wrote:
> Duplicate of libstdc++/6672: just make install to a clean
> target directory and everything will be ok.
> Thanks for your report, Paolo.
I *did* do a make install to a brand new target
directory.
Here is what I did:
rm -rf gcc-3.1-objdir gcc-3.1
mkdir gcc-3.1-objdir
tar -xjvf gcc-core-3.1.tar.bz2
tar -xjvf gcc-g++-3.1.tar.bz2
cd /usr/src/gcc/gcc-3.1
contrib/gcc_build -d /usr/src/gcc/gcc-3.1 -o ../gcc-3.1-objdir \
-c "--prefix=/usr/local/gcc-3.1 --enable-shared --with-gnu-as --with-gnu-ld --enable-languages=c++ --enable-debug --enable-threads" \
configure
contrib/gcc_build -d /usr/src/gcc/gcc-3.1 -o ../gcc-3.1-objdir \
-c "--prefix=/usr/local/gcc-3.1 --enable-shared --with-gnu-as --with-gnu-ld --enable-languages=c++ --enable-debug --enable-threads" \
bootstrap
cd gcc-3.1-objdir
make install
Where '/usr/local/gcc-3.1' was non-existant before.
Yet, __c_file_type is not defined anywhere.
--
Carlo Wood <carlo@alinoe.com>
More information about the Gcc-bugs
mailing list