This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

cassert does not exist?


Hi,

I just did a contrib/gcc_update in my workspace, and
when I did the following:

% ./configure --prefix=/opt2/gcc3.1 --enable-shared --enable-threads \
--enable-languages=c,c++ --enable-checking

% make install

I got the following error:

  /bin/sh /opt2/src/gcc/install-sh -c -m 644 ${file} /opt2/gcc3.1/include/g++-v3/./; done
install:  .//cassert does not exist
install:  cctype does not exist
install:  cerrno does not exist
install:  cfloat does not exist
install:  ciso646 does not exist
install:  climits does not exist
install:  clocale does not exist
install:  cmath does not exist
install:  csetjmp does not exist
install:  csignal does not exist
install:  cstdarg does not exist
install:  cstddef does not exist
install:  cstdio does not exist
install:  cstdlib does not exist
install:  cstring does not exist
install:  ctime does not exist
install:  cwchar does not exist
install:  cwctype does not exist
gmake[3]: *** [install-data-local] Error 1
gmake[3]: Leaving directory `/opt2/src/gcc/i586-pc-linux-gnu/libstdc++-v3/include' 

Specifically, I get this error if I do:

% cd /opt2/src/gcc/i586-pc-linux-gnu/libstdc++-v3/include
% make install-data-local


What is going on here?
-- 
Craig Rodrigues        
http://www.gis.net/~craigr    
rodrigc@mediaone.net          


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]