Skip to main content

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

Hi Ben,

Sorry about that, a misunderstanding on my part in the way cmake
works. I've pushed a commit that should fix it.

Cheers,

Roger



On Sat, Jan 24, 2015 at 3:14 PM, ben.day.280412@xxxxxxxxx
<ben.day.280412@xxxxxxxxx> wrote:
> 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:
>
> git clone  git://git.eclipse.org/gitroot/mosquitto/org.eclipse.mosquitto.git
> 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
>
>
>
> _______________________________________________
> mosquitto-dev mailing list
> mosquitto-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from
> this list, visit
> https://dev.eclipse.org/mailman/listinfo/mosquitto-dev


Back to the top