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: Configure error for Xastir


>-----Original Message-----
>From: Curt Mills, WE7U [mailto:hacker@tc.fluke.com]
>Sent: 15 February 2002 17:14
>To: crossgcc@sources.redhat.com
>Cc: Curt Mills
>Subject: Configure error for Xastir
>
>
>
>Here's one I had to chuckle about, 'cuz I hadn't seen a problem like
>this before.  Someone on this list must have seen this before.
>Xastir is a mapping/GPS/amateur radio program that is a normal X11
>app hosted on SourceForge.  I'm one of the developers and would like
>to help get this guy running again.
>
>
>> I just grabbed the CVS Xastir (15 Feb 00:35 CST) and ran 
>./configure...
>> Somehow ./configure thinks my gcc is set up for cross compiling. It's
>> not and has never been.


>> checking whether the C compiler (gcc  ) works... yes
>> checking whether the C compiler (gcc  ) is a cross-compiler... yes


  Get the user to re-run the configure command with the -v flag for
verbose output, then check in the config.log output file to see how
the test is performed and why it is coming up positive.  I don't remember
off the top of my head for sure, but I *think* it might simply try and
compile and run a simple program, and assume that if gcc succeeds in
making an output exe but it doesn't work that must be because it's for
a different target, so if the execution fails for some other reason (perms?
disk space?) that might lead to a false positive of this sort.


     hth,
      DaveK
-- 
Burn your ID card!  http://www.optional-identity.org.uk/
Help support the campaign, copy this into your .sig!



**********************************************************************
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@sources.redhat.com


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