Page 1 of 1

GCC Cross-Compiler: a typo.

Posted: Mon Jan 26, 2015 7:46 am
by Roman
In the section "Mac OS X Users" there is a typo in one of the configure options.

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
--enable-language should be --enable-languages. Could anyone fix this? I don't have an access to the Wiki.

Re: GCC Cross-Compiler: a typo.

Posted: Mon Jan 26, 2015 9:16 am
by sortie
You do have access to the wiki. Go to your forum profile and add yourself to the wiki group. This bridges your forum account with the wiki and you can log in and edit there. Yay,

Re: GCC Cross-Compiler: a typo.

Posted: Tue Jan 27, 2015 8:58 am
by onlyonemac
sortie wrote:Go to your forum profile and add yourself to the wiki group.
Actually, I had to register for the wiki separately.
sortie wrote:This bridges your forum account with the wiki and you can log in and edit there.
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 a

Re: GCC Cross-Compiler: a typo.

Posted: Thu Jan 29, 2015 1:10 pm
by no92
There's a MediaWiki extension for that.