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]
Other format: [Raw text]

Problems with compiling svn trunk


This also occurred with the latest snapshot:

Configure syntax was:

    ./configure --prefix=/opt/gcc-4.3

Configure completed fine. Make is getting stuck at:

/part/build/mark/gcc/host-x86_64-unknown-linux-gnu/gcc/xgcc -B/part/build/mark/gcc/host-x86_64-unknown-linux-gnu/gcc/ -B/opt/gcc-4.3/x86_64-unknown-linux-gnu/bin/ -B/opt/gcc-4.3/x86_64-unknown-linux-gnu/lib/ -isystem /opt/gcc-4.3/x86_64-unknown-linux-gnu/include -isystem /opt/gcc-4.3/x86_64-unknown-linux-gnu/sys-include -g -fkeep-inline-functions -O2  -O2 -g -O2  -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../../host-x86_64-unknown-linux-gnu/gcc -I../.././libgcc -I../.././libgcc/. -I../.././libgcc/../gcc -I../.././libgcc/../include -I../.././libgcc/../libdecnumber/bid -I../.././libgcc/../libdecnumber -I../../libdecnumber -o decContext.o -MT decContext.o -MD -MP -MF decContext.dep -c ../.././libgcc/../libdecnumber/decContext.c
In file included from ../.././libgcc/../libdecnumber/decContext.c:36:
../.././libgcc/../libdecnumber/decContext.h:52:50: error: gstdint.h: No such file or directory
... lots of other errors ...


gstdint.h seems to be at:
    /part/build/mark/gcc/host-x86_64-unknown-linux-gnu/libdecnumber/gstdint.h


I'm a bit lost at the moment as I've never had to figure out how the
gcc make/bootstrap works until now, nor has it ever failed me in the
past.

Any ideas?

Thanks,
mark

-- 
mark@mielke.cc / markm@ncf.ca / markm@nortel.com     __________________________
.  .  _  ._  . .   .__    .  . ._. .__ .   . . .__  | Neighbourhood Coder
|\/| |_| |_| |/    |_     |\/|  |  |_  |   |/  |_   | 
|  | | | | \ | \   |__ .  |  | .|. |__ |__ | \ |__  | Ottawa, Ontario, Canada

  One ring to rule them all, one ring to find them, one ring to bring them all
                       and in the darkness bind them...

                           http://mark.mielke.cc/


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