Tiny Core Base > Raspberry Pi
gcc on piCore
str4ng3r:
Hi.
I'm trying to compile (http://freetds.schemamania.org/userguide/config.htm) FreeTDS, but i always get an error. Actually i get 2.
One is because there no "-V" option and the other because there is no "-qversion" option either.
I brought up the help from gcc on piCore and in fact these options don't come up. However, surfing to gcc's manual page -V option do exists while -qversion seems not to.
My question is: Is piCore's gcc according to the standards?
I'm not trying to be offensive/disrespectfull, i'm just trying to sort this out, because everywhere i look it seems everyone was able to compile this package without a hitch but me. And i don't believe i'm being singled out although it may be the case for some wierd reason...
bmarkus:
Do not know application you are trying to compile, can't give specific answer.
gcc in piCore is used to build all extensions in the repository plus not yet published, cca. 300 and haven't seen any issues. Dont't think it is a gcc problem.
You can try to build it on Raspbian. Resulted executable is expected to be binary compatible to piCore.
curaga:
Those are standard ./configure checks that are supposed to fail for GCC. If you look on any desktop system, you will see the same.
Please post your actual output so we can see why it stops.
bmarkus:
I compiled freetds-stable (0.91) without any issues with
--- Code: ---./configure
make
make install
--- End code ---
Probably you are missing something from the toolchain.
Will make a .tcz and add to the repo.
str4ng3r:
--- Quote from: bmarkus on January 23, 2013, 01:43:11 PM ---I compiled freetds-stable (0.91) without any issues with
--- Code: ---./configure
make
make install
--- End code ---
Probably you are missing something from the toolchain.
Will make a .tcz and add to the repo.
--- End quote ---
Thank you Markus.
I now have to uninstall gcc and install it again? (after you update the repo of course).
Regards.
Navigation
[0] Message Index
[#] Next page
Go to full version