make decode_bufr
seems it compiles, links the executable
pgf90 -Mnomain decode_bufr.c -o decode_bufr -L /opt/pgi/linux86/7.0/lib/pgi.ld -L/usr/local/lib -lemos -L /opt/pgi/linux86/7.0/lib -lpgf90 -lpgf90_rpm1 -lpgf902 -lpgftnrtl -lc -lnspgc -lrt -lpgc -Wl,-rpath,/opt/pgi/linux86/7.0/lib
decode_bufr.c:
NOTE: your trial license will expire in 12 days, 2.02 hours.
but when i run the program like:
./decode_bufr data/airep.bufr
it says:
Segmentation fault
i think it is wrongly builded. or why?
thanx