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: probs re-building lib makefiles (2.95.2) - how to?


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


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