MAGIC Magic Mailing List
 
 

From: R. Timothy Edwards (tim AT stravinsky DOT jhuapl.edu)
Date: Tue Feb 11 2003 - 11:37:46 EST

  • Next message: John Geisz: "trouble compiling on Mac OS X.2"

    Dear Anusha,
    
    The primary problem in the "make.log" file is:
    
    	make[2]: ar: Command not found
    
    which suggests that the archive generator program "ar" is either
    1) not available in Solaris, or
    2) not on the normal search path.  Assuming (2), check for "ar"
    in:
    	/usr/ccs/bin/ar		or
    	/usr/xpg4/bin/ar
    
    If you find it in one of these places, you can supply the whole
    pathname in the file "defs.mak":
    
        AR = ar
    
    (on or around line 34) should be changed to:
    
        AR = /usr/ccs/bin/ar
    
    (or whatever path is appropriate).  Note that any change made
    to "defs.mak" is overwritten by "make config".  Changes should
    be made after executing "make config".
    
    					Regards,
    					Tim
    


  •  
     
    Questions? Contact Rajit Manohar
    cornell logo