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

What is mean by "undefined reference"?

Status
Not open for further replies.

szepink

MIS
Nov 9, 2009
1
CA
Hi guys,

I'm a beginner in Fortran. i was trying to compile a program but errors below appeared:

/tmp/ifortMMF3EI.o: In function `MAIN__':
file5.f:(.text+0x404): undefined reference to `ddriv2_'
file5.f:(.text+0x702): undefined reference to `rffti_'
file5.f:(.text+0x712): undefined reference to `rfftf_'

what does this mean? I am using Fortran 95. the program comes with subprograms. Thanks.






 
Probably the functions rfftf, rffti, ddriv2 which should be used in your program are absent.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top