Category Archives: comp - Page 2

automake: install omitting directory

I have personal project using autotools. I tried to build it since a long time and at make install time, patatra: /usr/bin/install: omitting directory `./lib/myproject' The build stops in failure. It used to work flawlessly. I am not alone After …

Read more »

Inheriting from a builtin strangeness

In python, when inheriting from a builtin, you must be carefull as your object won't follow common rules.

Read more »

Enabling Ctrl-S for forward-history-search in bash

Ctrl-R and Ctrl-S are advertised in every readline command-line to do backward and forward search in your command history (as emacs does on text with the same shortcuts). And you've probably come to the fact that if Ctrl-R is working …

Read more »