This is the mail archive of the gcc@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]

Re: Compiling of snapshot egcs-20001023 failed.



Hi.

> Looks like you're trying to build with srcdir == objdir.  This doesn't
> currently work.  You'll need to create a build directory and run
> configure, make and make install from there.

> For example:

> src/ build/

> from build:

> ../src/configure --prefix=/my/installdir/
> make all
> make install

 It did work. The snapshot got compiled and I could try it out on
 our own libraries.

                              Trond

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