This is the mail archive of the libstdc++@sourceware.cygnus.com 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]

Re: Re: Announcing ... (broken install)


Check to see if 'ctype_base.h' is in your 'libstdc++-2.90.7/bits' directory.
It probably isn't; this would be the fault of 'configure'.
If it isn't, copy the right one from
'libstdc++-2.90.7/config/bits/<platform>' to 'libstdc++-2.90.7/bits', and
then re-run the 'make install'.

-- Matthew Brown

----- Original Message -----
From: Aaron Weiss <weiss@clearway.com>
To: <libstdc++@sourceware.cygnus.com>
Sent: Wednesday, December 22, 1999 11:42 AM
Subject: Re: Re: Announcing ... (broken install)


>
>
> I'm getting the same problem:
>
> make[1]: Leaving directory `/home/aweiss/libstdc++-2.90.7/src'
> make: *** No rule to make target `bits/ctype_base.h', needed by
> `/usr/lib3/include/g++-v3/bits/ctype_base.h'.  Stop.
>
> I mae the change that Matthew Brown suggested in line 500 if
> src/Makefile.in but that didn't help and the error just changed to:
>
>
> make: *** No rule to make target `%', needed by
> `/usr/lib3/include/g++-v3/bits/ctype_base.h'.  Stop.
>
> Obviously I broke the rules of Make, but unfortunately I don't know the
> rules well enough to effect a better fix....
>
> -aaron
>
>


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