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]

RE: make ??


>-----Original Message-----
>From: Josep Sala Arnau [mailto:josepsalaarnau@mixmail.com]
>Sent: 24 July 2001 14:15

>make all
>make install
> the command "make" does not run in my
>linux machine and I don't know what to
>do.

  The 'make' command should be standard on any linux machine.  On some of
them it may be called 'gmake' instead, so you should try that.

  If you find that using 'gmake' works and starts building but then fails
part way through when one makefile tries to make another, you would need to
execute the command

  export MAKE=gmake

before you get going which tells the makefiles to use 'gmake', not 'make',
by default.


     DaveK

-- 
"Computer games don't affect kids; I mean if Pac-Man affected us as kids,
we'd all be running around in darkened rooms, munching magic pills and
listening to repetitive electronic music."
    - Kristian Wilson, Nintendo, Inc, 1989.


**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.

This footnote also confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses.

www.mimesweeper.com
**********************************************************************

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


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