syed-raihan
September 19th, 2013, 04:16 AM
I have following linker/compiler command,
LDFLAGS= -lssl -lcrypto -lstdc++ -lpthread -ldl
CXXFLAGS=-c -O2 -std=gnu++11 -pthread -Werror -Wall
However I get SSL_* undefined symbols, pthread_create undefined, and dlopen undefined symbols ..
Same options works fine with Fedora 17. I have all dev files installed in ubuntu.
What is going on in Ubuntu?
Any help please?
Syed Raihan
LDFLAGS= -lssl -lcrypto -lstdc++ -lpthread -ldl
CXXFLAGS=-c -O2 -std=gnu++11 -pthread -Werror -Wall
However I get SSL_* undefined symbols, pthread_create undefined, and dlopen undefined symbols ..
Same options works fine with Fedora 17. I have all dev files installed in ubuntu.
What is going on in Ubuntu?
Any help please?
Syed Raihan