Scheduled Downtime
On Tuesday 24 October 2023 @ 5pm MT the forums will be in read only mode in preparation for the downtime. On Wednesday 25 October 2023 @ 5am MT, this website will be down for maintenance and expected to return online later in the morning.
Normal Operations
The forums are back online with normal operations. If you notice any issues or errors related to the forums, please reach out to help@ucar.edu

Building error on SGI Origin 350

I'm a newbie to CAM. I downloaded the lastest CAM 3.1.p1 Source distribution and compiled it on SGI Origin 350 with MIPSPro 7.42. I got following error while compiling

make: file `Makefile' line 3: Syntax error

I checked the Makefile, but I couldn't find where the problem is.

Attachment is my Makefile

Any ideas?

Thanks
 

eaton

CSEG and Liaisons
I looked at the Makefile and the syntax looked fine. But I noticed that it contains DOS end of line characters (1512) rather than unix (12). That might be the problem.
 
Top