When i try to compile program i get error Undefined reference to while linking program .
Can anyone tell me why i am getting this error(in general why would we get such kind of error)
Also same code compiled fine with solaris platform(GCC compiler)..
/home1/local/release/build/release/uma_4.11.0/source/lib/brass/libbrass.a(cursor.o)(.text+0x17): In function `DB_cursor_open':
: undefined reference to `dbcursoropen'
I am getting too many similar error like above ..
Please anyone help...
You're getting this error because your makefile probably doesn't include a reference to the library where dbcursoropen() is defined, or the library is in another location.