--- On Tue, 10/28/08, Martin Costabel <[EMAIL PROTECTED]> wrote:

> From: Martin Costabel <[EMAIL PROTECTED]>
> Subject: Re: [Fink-users] cctools-single-module
> To: "Alexander Hansen" <[EMAIL PROTECTED]>
> Cc: [EMAIL PROTECTED], [email protected]
> Date: Tuesday, October 28, 2008, 12:05 PM
> Alexander Hansen wrote:
> > 
> > On Oct 27, 2008, at 11:12 PM, Martin wrote:
> []
> >> - checking for cctools version... 622-1
> >> - checking for cctools -single_module support:
> >> - checking for various GCC versions:
> []
> 
> > Hmm...I was hoping that the detection would be more
> verbose.  I just  tested this on my Tiger setup, and I _do_
> get single module support  there with Xcode 2.5.
> > 
> > It's not uncommon that the system installer will
> forget a file on  installs.  I don't know right off the
> top of my head what the virtual  package engine is looking
> for to check single module capability, but  you might start
> by reinstalling xcode to try to get whatever file is 
> missing. 
> 
> It only looks whether the version is at least 446. In
> fink-0.28.6 VirtPackage.pm, there is the following code:
> 
> >   print STDERR "- checking for cctools
> -single_module support... " if ($options{debug});
> > 
> > if ($cctools_version) {
> >   if ($cctools_version >= 446) {
> >     $cctools_single_module = $cctools_version;
> >     print STDERR "yes, $cctools_version has
> it\n" if ($options{debug});
> >   } else {
> >     print STDERR "nope.  oh well.\n" if
> ($options{debug});
> >   }
> > } else {
> >   print STDERR "nope. oh well.\n" if
> ($options{debug});
> > }
> 
> From this code, it is clear that the output Marty is seeing
> is impossible. One of the print statements is always
> reached. Maybe Marty's fink (not Fink, the Fink package
> "fink") is too old.
> 
> -- Martin

Thanks a lot for your help, Alex and Martin! Looking into VirtPackage.pm I 
found that I didn't have /usr/bin/as. Fixing this rectified the 
cctools-single-module problem, but now other strange things with gcc cropped 
up, so I will rather re-install my developer tools.


      

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Fink-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to