S
Sheldon
Hi everyone,
I have a problem: when running the make command. My script is compiled
but when the makefile gets to the library that is to be included, I
get a long long list of "undefined reference to " something in the
library. Now I have tried to pipe the makefile output to a file in
order to examine it from start to end but ">" doesn't work and the
terminal window only scrolls back so far. This has not happened to me
before so I am fresh out of ideas. Does anyone know how to pipe the
make output to a file or has something like this happened to you
before and you have some idea what the problem is?
tail of error results
snip.....
: undefined reference to `fio_fmtr_end'
/path/libbufr.a(emosnum.o)(.text+0x11d): In function `emosnum_':
: undefined reference to `fio_src_info'
snip....
I know that this library is good and functioning ok.
Any help is appreciated!
Sheldon
I have a problem: when running the make command. My script is compiled
but when the makefile gets to the library that is to be included, I
get a long long list of "undefined reference to " something in the
library. Now I have tried to pipe the makefile output to a file in
order to examine it from start to end but ">" doesn't work and the
terminal window only scrolls back so far. This has not happened to me
before so I am fresh out of ideas. Does anyone know how to pipe the
make output to a file or has something like this happened to you
before and you have some idea what the problem is?
tail of error results
snip.....
: undefined reference to `fio_fmtr_end'
/path/libbufr.a(emosnum.o)(.text+0x11d): In function `emosnum_':
: undefined reference to `fio_src_info'
snip....
I know that this library is good and functioning ok.
Any help is appreciated!
Sheldon