Print

Print


Hello,
           This may be a path issue - can you confirm that /usr/ccs/bin/ar exists on your system and the results of running it with no input options?

Many Regards

Matthew

> Hi,
> I'm having problems with compiling fsl on solaris 10. Would anyone with expertise on the matter be willing to help me out?
> 
> SunOS almaak-06.usc.edu 5.10 Generic_142900-13 sun4v sparc SUNW,T5240
> gcc (GCC) 4.2.1
> 
> The build.log: http://drop.io/buildLog
> 
> I've tried the suggestion in the following post with no luck:
> 
> From: "James E. Dobson" <[log in to unmask]>
> Reply-To: FSL - FMRIB's Software Library <[log in to unmask]>
> Date: Wed, 20 Aug 2008 09:40:29 -0400
> 
> Hi,
> 
> In order to build FSL 4.1.0 on Solaris using gcc (I do realize that this is no  
> longer a target platform for FSL)  I had to switch out isfinite() for finite()  
> in  fsl/extras/src/cprob/xmath.c:
> 
> int Xisfinite(double x) { return finite(x); }
> 
> After this change the build finished succesfully.
> 
> Thanks,
> JED
> 
> Thank you,
> Lin