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: -Qy


>-----Original Message-----
>From: pmcgarry [mailto:pmcgarry@hekimian.com]
>Sent: 16 March 2001 14:42

>Perhaps you might try to run 'as' from the shell prompt and provide the
>versioning information for it.  First try 'as --help' or 'as 
>-h' and try to
>figure out just WHAT is running!  Chances are the 'wrong' 'as' 
>is running.

  I believe this is almost certainly the case, and I'll show you why:  look
at this extract from Joe's earlier mail:

> After receiving your email, I followed your suggestions.  
> Here is what I did.
> 
> $ cd binutils-20001221-1
> $ make distclean
> $ ./configure --host=i686-pc-cygwin --target=i686-pc-linux-gnu
> $ make

  There should be a 'make install' after this line, otherwise the cross
binutils aren't installed and naturally can't be used in the gcc build!

>Another possibility (although I doubt it) may be that you aren't using the
>'-prefix' option to configure (both for binutils and gcc).  Is there a
>reason you aren't running the configure scripts with the 
>'-prefix=<some env
>variable>' options, to help the utilities locate stuff?

 My feeling is that --prefix shouldn't generally be used unless there's
good cause to do so.  Problems often arise when binutils are compiled 
with one prefix and gcc with another, and in most cases there's absolutely
nothing wrong with the default setting of '/usr/local' that gets chosen
when you don't specify a prefix.  It's easier when all your installs are
in the standard places; at least it makes it easier for people on mailing
lists who don't know the layout of your system to give helpful advice!

     DaveK
-- 
 All your base are belong to us!


**********************************************************************
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]