This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: probs re-building lib makefiles (2.95.2) - how to?
- To: gary at Intrepid dot Com (Gary Funck)
- Subject: Re: probs re-building lib makefiles (2.95.2) - how to?
- From: Alexandre Oliva <aoliva at redhat dot com>
- Date: 15 Feb 2001 01:23:19 -0200
- Cc: gcc at gcc dot gnu dot org
- Organization: GCC Team, Red Hat
- References: <10102140945.ZM13587@presto.intrepid.com>
On Feb 14, 2001, gary@Intrepid.Com (Gary Funck) wrote:
> gmake[2]: Entering directory `/upc/upcsgi/mips-sgi-irix6.5/libiberty'
> gmake[2]: *** No targets specified and no makefile found. Stop.
> gmake[2]: Leaving directory `/upc/upcsgi/mips-sgi-irix6.5/libiberty'
> Are Makefiles in sub-directories usually built by "configure", or
> by the top-level make?
Those in packages built for the host machine are built by the
top-level configure; those built for the target machine (you can tell
from the fact that they are configured within a directory named after
the target triplet) are build by the top-level make, after building
the compiler.
> Is there a quick/easy way to manually rebuild a Makefile in one of
> the library directories (I notice libstdc++ is missing one also)?
If it's a target build directory, just wipe it out, then make will
recreate it.
> Should I try "make clean" and then "configure" to fix the problem,
> or start from scratch?
If everything else fails, starting from scratch is always an option
:-)
--
Alexandre Oliva Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist *Please* write to mailing lists, not to me