Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

compile error "undefined reference" #1

Open
ghost opened this issue Oct 13, 2012 · 0 comments
Open

compile error "undefined reference" #1

ghost opened this issue Oct 13, 2012 · 0 comments

Comments

@ghost
Copy link

ghost commented Oct 13, 2012

trying to compile with RS 0.5.4 on ubuntu 12.04.1

g++ -m64 -Wl,-O1 -o retroshare-ncurses temp/linux-g++-64/obj/retroshare-ncurses.o temp/linux-g++-64/obj/notifytxt.o temp/linux-g++-64/obj/Menu.o temp/linux-g++-64/obj/Cli.o temp/linux-g++-64/obj/FriendsWindow.o -L/usr/lib/x86_64-linux-gnu ../../libretroshare/src/lib/libretroshare.a -lssl -lgpgme -lupnp -lixml -lgnome-keyring -lcrypto -ldl -lmenu -lncurses ../../libbitdht/src/lib/libbitdht.a -lQtGui -lQtCore -lpthread
../../libretroshare/src/lib/libretroshare.a(pgphandler.o): In function PGPHandler::makeRadixEncodedPGPKey(ops_keydata const*, bool)': /vcs/soft/retroshare/libretroshare/src/pgp/pgphandler.cc:456: undefined reference toops_setup_memory_write'
/vcs/soft/retroshare/libretroshare/src/pgp/pgphandler.cc:466: undefined reference to ops_write_transferable_secret_key_from_packet_data' /vcs/soft/retroshare/libretroshare/src/pgp/pgphandler.cc:475: undefined reference toops_writer_close'
/home/sk/vcs/soft/retroshare/libretroshare/src/pgp/pgphandler.cc:477: undefined reference to ops_memory_get_length' /vcs/soft/retroshare/libretroshare/src/pgp/pgphandler.cc:477: undefined reference toops_memory_get_data'
/vcs/soft/retroshare/libretroshare/src/pgp/pgphandler.cc:478: undefined reference to ops_teardown_memory_write' /vcs/soft/retroshare/libretroshare/src/pgp/pgphandler.cc:461: undefined reference toops_write_transferable_public_key_from_packet_data'

...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants