Skip to main content

All Questions

Tagged with
2 votes
1 answer
3k views

Programs failing to compile on aarch64 with `features.h: No such file or directory`

I'm having trouble compiling some applications on my PineNote. The common thread is: /usr/include/bits/libc-header-start.h:33:10: fatal error: features.h: No such file or directory 33 | #...
Sammaron's user avatar
0 votes
1 answer
100 views

How can I build the java software that I gave at below

As a language learner I want to use it so bad but sadly I have no any clue for building. The Software I forgot to mention it, I am using linux currently.
Anon's user avatar
  • 1
3 votes
1 answer
3k views

Building Boost in Arch

I'm building Boost 1.53.0 (latest release) in Arch 2012.6. The reason I'm building is because I need to compile as follows: ./b2 install --prefix=/usr/local/ cxxflags="-std=c++11" Specifically, I ...
mkingston's user avatar
  • 392