View Single Post
Posts: 5 | Thanked: 0 times | Joined on Jun 2010 @ Brazil
#1
Greetings.

I'm currently trying to install a debian package (libfprint) on scratchbox (diablo) and I can't proceed the "make" step. These are the current errors:

Code:
cc1: error: unrecognized command line option "-Wno-pointer-sign"
cc1: error: unrecognized command line option "-fopenmp"
cc1: error: unrecognized command line option "-fgnu89-inline"
I've read around the web these flags didn't exist in on gcc < 4.2, but I've noticed there's gcc 4.2 avaliable for fremantle. Is there any chance that it would work on diablo? I've been looking for a workaround on this issue but without any success. If you have any suggestions please feel free to add.

Thanks for your time.