This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


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

cannot compile


I compiled gcc-20010122.tar.gz. I cannot compile without the next way.

<INSTALL>
% tar zxvf gcc-20010122.tar.gz
% cd gcc-20010122/
% ./configure
% make

% cd i686-pc-linux-gnu/libstdc++-v3
% ./configure --srcdir=../../libstdc++-v3/
% cd ../..
# mv /usr/include/g++ /usr/include/g++-OLD
% make

% cd i686-pc-linux-gnu/zlib
% ./configure --srcdir=../../zlib
% make
% cd ../..
% make

% cd i686-pc-linux-gnu/boehm-gc
% ./configure --srcdir=../../boehm-gc
% make
% cd ../..
% make

% cd i686-pc-linux-gnu/libjava
% ./configure --srcdir=../../libjava
% cd ..
% ln -s ../fastjar .
% ln -s ../gcc .
% cd ..
% make

% make

% make
# make install
</INSTALL>

Why should I attach --srcdir?

-- 
Kenichi Okada
mailto:okada@opaopa.org

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