libos-nuse / net-next-nuse

Network Stack in Userspace
Other
289 stars 67 forks source link

atexit symbol lookup error on Ubuntu 14.04 #33

Closed thehajime closed 9 years ago

thehajime commented 9 years ago

nuse-test.sh fails due to missing symbol, on Ubuntu 14.04 64bit. Ubuntu 14.04.1 64bits works fine though.

ping: symbol lookup error: /usr/lib/libnuse-linux.so: undefined symbol: atexit

thehajime commented 9 years ago

it's not due to Ubuntu 14.04, but due to a build environment.

if COV=yes option is used with make library, it causes the issue.

thehajime commented 9 years ago

51bb4f90076a3f87c722324aa4c3e88bb55ae965 handles this issue.