Hi,

I have successfully built Filezilla 3.3.0.1 on the latest OpenIndiana hipster release assembled 12 February 2018 or illumos-1cfad7ce45

Initially I tried to use the gcc-7 and gcc-5 compilers but they created ABI version issues, 1011 and 1009 respectively.

Installed the gcc-6 compiler and then built successfully built Filezilla 3.3.0.1 with the following commands

$ CC=gcc-6 CXX=g++-6 CPPFLAGS="-I/usr/include/idn -I/usr/include/wx-2.8" ./configure  --prefix=/opt/gnu --enable-shared=yes --disable-locales  --disable-static --disable-autoupdatecheck

$ gmake

# gmake install

I think the gcc-6 compiler should be part of the standard install.

Regards

Russell




_______________________________________________
openindiana-discuss mailing list
[email protected]
https://openindiana.org/mailman/listinfo/openindiana-discuss

Reply via email to