greetings,
just discovered
opencpn this morning and am trying to compile
from source on fedora fc14 x86_64. Not sure if it is supported
but I have a 32 bit fc14 system available as a fallback.
OpenCPN-2.1.624a-Source from sourceforge.net
cmake -- ok no complaints about dependencies
make -- fails at link step
Linking CXX executable
opencpn
/usr/bin/ld: libNMEA0183.a(nmea.cpp.o): undefined reference to symbol 'dlsym@@GLIBC_2.2.5'
/usr/bin/ld: note: 'dlsym@@GLIBC_2.2.5' is defined in DSO /lib64/libdl.so.2 so try adding it to the linker command line
/lib64/libdl.so.2: could not read symbols: Invalid operation
collect2: ld returned 1 exit status
make[2]: *** [opencpn] Error 1
make[1]: *** [CMakeFiles/opencpn.dir/all] Error 2
make: *** [all] Error 2