Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[mosquitto-dev] Building 1.4 With Websockets on OS X 10.10

Hi,

I’m trying to build Mosquitto 1.4 with websockets support, but the build is failing.  

The steps I’ve taken are as follows:

cd org.eclipse.mosquitto
mkdir build
cd build
cmake ..
make

The make command then fails with the following:

ld: unknown option: --dynamic-list=/Users/ben/dev/mosquitto/org.eclipse.mosquitto/src/linker.syms
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [src/mosquitto] Error 1
make[1]: *** [src/CMakeFiles/mosquitto.dir/all] Error 2
make: *** [all] Error 2

Any ideas?

Thanks,

Ben



Back to the top