Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Fortran Sun Workshop compiler / DMAKE ERROR

Status
Not open for further replies.

flav256

Programmer
May 28, 2003
21
0
0
FR

Now another problem...
The sun Workshop compiler !!!

In the Workshop Building windows, I try to build the Entire project or the target

the error is :
----------------------
dmake : Fatal Error in reader :
/users/MyName/projects/MyProject/.make.dependency.5418.0,line3: Unexpected end of line seen
dmake: Temp-file /users/MyName/projects/MyProject/.make.dependency.5418.0 not removed

Failed
------------------

What happend?
Could you help me please!!!!

Flav256
 
dmake (distributed make) is one of those utilities which you use for large builds. What it does is it gets a list of machines/CPUs and distributes the compilations of the modules across the machines. If you are building a small project, you do not need to use dmake.

Try using mkmf to create the makefile and then just use make.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top