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 Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: flav256
  • Content: Threads
  • Order by date
  1. flav256

    Fortran Sun Workshop compiler / DMAKE ERROR

    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...
  2. flav256

    Linux->Sun - compiler compatibility - allocatable dummy arg

    Hi! I have written a fortran program on a linux machine. I compiled this code with the fortran 6.5 Lahey compiler. It works fine. Now I m trying to import this code on a sun machine. I don t manage to compile the same code with the fortran workshop for sun. 1- Is there any way to compile...
  3. flav256

    Distributing Fortran Program /// libfj9i6

    Hello, I'm using Lahey Fortran compiler lf9561 on Linux. I compile the program with the lahey automake feature... I can execute it on the same machine... Now, I m trying to distribute my program : I mean, I want to run it on an other linux machine, which does not have the lahey compiler...
  4. flav256

    Memory Fault and Runtime error : Where ????

    hi, I compile my code with Lahey Compiler LF95 on Linux... As everybody, I have some runtime errors... ending the program with Memory Fault or Coredump... How can I ask the compiler to make the program specify the last line read before the Memory Fault error...? So that I can go straight to...
  5. flav256

    free fortran compiler for Windows (2k)

    hi, Do you know where I can find a fortran compiler for windows, for free? thanks for your help FLa
  6. flav256

    Unformatted / formatted files

    running fortran under Sun-UNIX I'd like to read an unformatted data file (output from another software). This file is quite big (~900Mo) and I don t want to convert it. The aim is to find a keyword in the file, read the following values, go to the next occurence of the keyword, read the...
  7. flav256

    Make the computer thinking ... seems to be

    I d like to make a fortran 90 code that print on the screen something like a star turning on itself... with these characters : - / | \ - / | on the same place, each characters should appear one after one... I though : -------------------------- do i=1,8000 write(*,'(a1)',advance='NO') '\'...
  8. flav256

    compiler error : "ld: fatal: Symbol referencing errors. "

    hi, I have a problem trying to compile a fortran code I m using the following command : /usr/ccs/bin/make all i encounter the following error --------------------------------------------- {.....} folding.o obj.f90/biform.o obj.f90/linpdbl.o obj.f90/znull.o obj.f90/hmaqct.o -leclint -lPEM -lfai...
  9. flav256

    compiler error : "No Source Browser database in this directory"

    hi, I'm trying to compile a fortran program (mixed f77 / f90) on a sun machine (SUNW, Ultra-60, Sparc, sun4u)...running SunOS R. 5.7 I have a makefile (which I don't understand all of) I'm using the 'make' command (/usr/ccs/bin/make all) I encounter the following error...

Part and Inventory Search

Back
Top