This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Can you run Bill's script with MAKEFLAGS=-j2?


Checked that.  It exists:
$ which makeinfo
/usr/bin/makeinfo
gcc's makefile explicitly uses its own bundled makeinfo if
its Makefile is there -- but if you're using parallel make (i.e. make -j2),
this can fail.  Another example of insufficient dependency checking...
- Dan

Tim Hentenaar wrote:
> 
> Looks like makeinfo isn't in your path. it's not a switch problem.
> 
> find /usr -name "makeinfo"
> export PATH=$PATH:/path/to/makeinfo
> 
> then remake. then make.
> 
> Regards,
> 
> Tim Hentenaar
> Systems Administrator
> Xodian Network - http://xodian.net
> 
> On Thu, 15 Aug 2002 22:25:41 -0700
> Dan Kegel <dank@kegel.com> wrote:
> 
> > I tried to run Bill's build script with
> > MAKEFLAGS=-j2
> > export MAKEFLAGS
> > to run faster on my dual CPU, but it failed with
> >
> > /home/dank/bg/temp/build-gcc/texinfo/makeinfo/makeinfo   -I../../gcc-2.95.3/gcc -o cpp.info ../..
> > /gcc-2.95.3/gcc/cpp.texi
> > make[1]: /home/dank/bg/temp/build-gcc/texinfo/makeinfo/makeinfo: Command not found
> > make[1]: *** [cpp.info] Error 127
> > make[1]: Leaving directory `/home/dank/bg/temp/build-gcc/gcc'
> > make: *** [install-gcc] Error 2
> > make: *** Waiting for unfinished jobs....
> > + '[' '!' -f /opt/billgatliff/bin/powerpc-linux-gcc ']'
> >
> > I guess I'll try it over again without the -j2...
> > - Dan
> >
> 
> ------
> Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
> Want to unsubscribe? Send a note to crossgcc-unsubscribe@sources.redhat.com

------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sources.redhat.com


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