Thread: icpc compilation

  1. #1
    Registered User
    Join Date
    Jun 2008
    Posts
    4

    icpc compilation

    Hi
    I haven't been able to figure out this compilation problem. I have the impression that I'm not linking stuff the right way, but maybe there's something else more trivial to it (although an initial search proved fruitless)

    icpc -I/home/home/include -DONEEXE -DLINUX -DLINUX_Ix86 -DGCC30 -DQCHEM -DGNUXX -DINTS_TIMING -DXC_TIMING -DGCC30 -DNO_STL atogrd.F atogrd.f
    ld:atogrd.F: file format not recognized; treating as linker script
    ld:atogrd.F:1: syntax error

    Thanks!

  2. #2
    and the Hat of Guessing tabstop's Avatar
    Join Date
    Nov 2007
    Posts
    14,336
    .F presumably means fortran. I doubt that the Intel C++ compiler understands Fortran.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Simple C++ Compilation Question
    By mercury529 in forum C++ Programming
    Replies: 14
    Last Post: 07-30-2006, 09:40 PM
  2. Compilation units
    By filler_bunny in forum C++ Programming
    Replies: 0
    Last Post: 10-21-2003, 03:57 AM
  3. MS VC++ Crash on compilation
    By Magos in forum A Brief History of Cprogramming.com
    Replies: 10
    Last Post: 08-23-2003, 07:06 PM
  4. malloc problem in SUN in 64-bit compilation
    By ylzhang in forum C Programming
    Replies: 6
    Last Post: 05-31-2003, 11:48 AM
  5. Preproccessor conditional compilation
    By Garfield in forum C Programming
    Replies: 5
    Last Post: 09-28-2001, 09:28 AM