Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

library problem?

milenko1976
Beginner
495 Views
milenko@milenkons:~/ircg4$ ifort -O1 -CB -traceback -check all -warn all params.for
/opt/intel/composerxe-2011.1.107/compiler/lib/ia32/for_main.o: In function `main':
/export/users/nbtester/x86linux_nightly/branch-12_0/20101117_010000/libdev/frtl/src/libfor/for_main.c:(.text+0x50): undefined reference to `MAIN__'
What does this mean?
I just wanted to change some parameters in my program?I have not made any changes,so I am confused.
0 Kudos
2 Replies
mecej4
Honored Contributor III
495 Views
If you want to compile, but not link, a source file containing no main program, use the -c option.
0 Kudos
milenko1976
Beginner
495 Views
Thanks mecej4.
0 Kudos
Reply