Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
Attached is pike-7.4.20.ebuild Pike is a programming language, in syntax quite similar to C. More info on pike can be found at http://pike.ida.liu.se/ I suggest dev-lang as an appropriate place for pike. emil
Created an attachment (id=15114) [edit] pike-7.4.20.ebuild
Created an attachment (id=15115) [edit] pike-7.4.20.ebuild
Created an attachment (id=15116) [edit] pike-7.4.20.ebuild
I'll take this one, please give me a day or two ;)
ok, I already ran into a compilation problem. -march=athlon-tbird -O3 -pipe causes the compilation to fail whereas -mcpu=i686 -O2 -pipe didn't. I am investigating this. Also, I have to test the various configure args etc. so please gimme some time...
ok, I found the culprit: -fomit-frame-pointer pike 7.5 already has a check included but in 7.4 we need to filter it out maually. I should have it committed later this night
committed. please test and have fun with this great programming language !