Code: Select all
../gcc-4.8.3/configure --prefix=$PREFIX \
--target=$TARGET \
--disable-nls \
--enable-language=c,c++ --without-headers \
--enable-interwork --enable-multilib \
--with-gmp=/usr --with-mpc=/opt/local --with-mpfr=/opt/local
Code: Select all
../gcc-4.8.3/configure --prefix=$PREFIX \
--target=$TARGET \
--disable-nls \
--enable-language=c,c++ --without-headers \
--enable-interwork --enable-multilib \
--with-gmp=/usr --with-mpc=/opt/local --with-mpfr=/opt/local
Actually, I had to register for the wiki separately.sortie wrote:Go to your forum profile and add yourself to the wiki group.
How does one set up phpbb and MediaWiki to link forum accounts to wiki accounts? I am very interested in this because currently users of my own forum need to have separate wiki accounts (and in fact that is the way that it has been on every other forum and wiki combination site that I have been on before). (I am interested in this because I am running the same software on my own forum and wiki combination site.) EDIT: Actually I guess that this could be a configuration option in the database backend rather than the actual web-facing software, but still... how does one do this?more of asortie wrote:This bridges your forum account with the wiki and you can log in and edit there.