from small one page howto to huge articles all in one place

search text in:




Other .linuxhowtos.org sites: www.linuxhowtos.org
toolsntoys.linuxhowtos.org



Last additions:
How to make X listen on port 6000

How to make X listen on port 6000

words:

34

views:

82531

userrating:

average rating: 1.2 (52 votes) (1=very good 6=terrible)


May, 25th 2007:
April, 26th 2007:
Apr, 10th. 2007:
Druckversion . pdf icon
You are here: Tutorials per portage category->dev-util->ccache

The tool ccache is able to speed up recompilations of the same sources by caching the gcc outputs into cache files. If ccache detects a recompilation of a file it has in cache, the cache files get returned.
The use of ccache is transparent to the end user except that some compiles are faster.
It uses ~/.ccache as its storage place.
If you want to speed up ccache, mount a reiserfs partition to that ccache directory.
Reiserfs is very fast when dealing with small files and this makes it very usefull for ccache.

From the ccache man-page

INSTALLATION

There are two ways to use ccache. You can either prefix your compile commands with "ccache" or you can create a symbolic link between ccache and the names of your compilers. The first method is most convenient if you just want to try out ccache or wish to use it for some specific projects. The second method is most useful for when you wish to use ccache for all your compiles.


To install for usage by the first method just copy ccache to somewhere in your path.


To install for the second method do something like this:

   
cp ccache /usr/local/bin/
ln -s /usr/local/bin/ccache /usr/local/bin/gcc
ln -s /usr/local/bin/ccache /usr/local/bin/g++
ln -s /usr/local/bin/ccache /usr/local/bin/cc


This will work as long as /usr/local/bin comes before the path to gcc (which is usually in /usr/bin). After installing you may wish to run "which gcc" to make sure that the correct link is being used.

Note! Do not use a hard link, use a symbolic link. A hardlink will cause "interesting" problems.
rate this article:
current rating: average rating: 1.9 (40 votes) (1=very good 6=terrible)
Your rating:
Very good (1) Good (2) ok (3) average (4) bad (5) terrible (6)

back



Support us on Content Nation

New Packages

- as rdf newsfeed
- as rss newsfeed
- as Atom newsfeed
2025-12-20
alsa-lib - 1.2.15.1
Ebuild name:

media-libs/alsa-lib-1.2.15.1

Description

Advanced Linux Sound Architecture Library

Added to portage

2025-12-20

alsa-ucm-conf - 1.2.15.1
Ebuild name:

media-libs/alsa-ucm-conf-1.2.15.1

Description

ALSA ucm configuration files

Added to portage

2025-12-20

alsa-utils - 1.2.15.1
Ebuild name:

media-sound/alsa-utils-1.2.15.1

Description

Advanced Linux Sound Architecture Utils (alsactl, alsamixer, etc.)

Added to portage

2025-12-20

amatch - 0.6.0
Ebuild name:

dev-ruby/amatch-0.6.0

Description

Approximate Matching Extension for Ruby

Added to portage

2025-12-20

contracts - 0.17.3
Ebuild name:

dev-ruby/contracts-0.17.3

Description

provides contracts for Ruby

Added to portage

2025-12-20

cryptsetup - 2.8.3
Ebuild name:

sys-fs/cryptsetup-2.8.3

Description

Tool to setup encrypted devices with dm-crypt

Added to portage

2025-12-20

dd-rescue - 1.99.22
Ebuild name:

sys-fs/dd-rescue-1.99.22

Description

Similar to dd but can copy from source with errors

Added to portage

2025-12-20

ena-driver - 2.16.1
Ebuild name:

net-misc/ena-driver-2.16.1

Description

Amazon EC2 Elastic Network Adapter (ENA) kernel driver

Added to portage

2025-12-20

igt-gpu-tools - 2.3
Ebuild name:

x11-apps/igt-gpu-tools-2.3

Description

Intel GPU userland tools

Added to portage

2025-12-20

minitest - 6.0.0
Ebuild name:

dev-ruby/minitest-6.0.0

Description

minitest/unit is a small and fast replacement for ruby's huge and slow test

Added to portage

2025-12-20

minitest-global_expectations - 1.0.2
Ebuild name:

dev-ruby/minitest-global_expectations-1.0.2

Description

Support minitest expectation methods for all objects

Added to portage

2025-12-20

minitest-hooks - 1.5.3
Ebuild name:

dev-ruby/minitest-hooks-1.5.3

Description

Adds around and before_all/after_all/around_all hooks for Minitest

Added to portage

2025-12-20

nushell - 0.109.1
Ebuild name:

app-shells/nushell-0.109.1

Description

A new type of shell, written in Rust

Added to portage

2025-12-20

picard - 3.0_pre20251219
Ebuild name:

media-sound/picard-3.0_pre20251219

Description

Cross-platform music tagger

Added to portage

2025-12-20

rdoc - 7.0.1
Ebuild name:

dev-ruby/rdoc-7.0.1

Description

An extended version of the RDoc library from Ruby 1.8

Added to portage

2025-12-20

rss - 0.3.2
Ebuild name:

dev-ruby/rss-0.3.2

Description

Family of libraries that support various formats of XML feeds

Added to portage

2025-12-20

s390-tools - 2.40.0-r1
Ebuild name:

sys-apps/s390-tools-2.40.0-r1

Description

User space utilities for the zSeries (s390) Linux kernel and device d

Added to portage

2025-12-20

scribus - 1.7.1
Ebuild name:

app-office/scribus-1.7.1

Description

Desktop publishing (DTP) and layout program

Added to portage

2025-12-20

vlc - 3.0.22
Ebuild name:

media-video/vlc-3.0.22

Description

Media player and framework with support for most multimedia files and stream

Added to portage

2025-12-20

xorg-proto - 2025.1
Ebuild name:

x11-base/xorg-proto-2025.1

Description

X.Org combined protocol headers

Added to portage

2025-12-20

zint - 2.16.0
Ebuild name:

media-libs/zint-2.16.0

Description

Barcode encoding library supporting over 50 symbologies

Added to portage

2025-12-20

2025-12-19
awscli - 1.44.3
Ebuild name:

app-admin/awscli-1.44.3

Description

Universal Command Line Environment for AWS

Added to portage

2025-12-19

bacula - 15.0.3-r3
Ebuild name:

app-backup/bacula-15.0.3-r3

Description

Featureful client/server network backup suite

Added to portage

2025-12-19

boto3 - 1.42.13
Ebuild name:

dev-python/boto3-1.42.13

Description

The AWS SDK for Python

Added to portage

2025-12-19

botocore - 1.42.13
Ebuild name:

dev-python/botocore-1.42.13

Description

Low-level, data-driven core of boto 3

Added to portage

2025-12-19

cfn-lint - 1.43.1
Ebuild name:

dev-python/cfn-lint-1.43.1

Description

CloudFormation Linter

Added to portage

2025-12-19

cliff - 4.13.1
Ebuild name:

dev-python/cliff-4.13.1

Description

Command Line Interface Formulation Framework

Added to portage

2025-12-19

debug - 1.11.1
Ebuild name:

dev-ruby/debug-1.11.1

Description

Debugging functionality for Ruby

Added to portage

2025-12-19

deno-bin - 2.6.2
Ebuild name:

dev-lang/deno-bin-2.6.2

Description

Modern runtime for JavaScript and TypeScript

Added to portage

2025-12-19

dist-kernel - 6.12.63
Ebuild name:

virtual/dist-kernel-6.12.63

Description

Virtual to depend on any Distribution Kernel

Added to portage

2025-12-19

dist-kernel - 6.17.13
Ebuild name:

virtual/dist-kernel-6.17.13

Description

Virtual to depend on any Distribution Kernel

Added to portage

2025-12-19

dist-kernel - 6.18.2
Ebuild name:

virtual/dist-kernel-6.18.2

Description

Virtual to depend on any Distribution Kernel

Added to portage

2025-12-19

docutils - 0.22.4
Ebuild name:

dev-python/docutils-0.22.4

Description

Python Documentation Utilities (reference reStructuredText impl.)

Added to portage

2025-12-19

dropbear - 2025.89
Ebuild name:

net-misc/dropbear-2025.89

Description

Small SSH 2 client/server designed for small memory environments

Added to portage

2025-12-19

e3-core - 22.10.0
Ebuild name:

dev-ada/e3-core-22.10.0

Description

Ease the development of portable automated build systems

Added to portage

2025-12-19

e3-core - 22.8.0
Ebuild name:

dev-ada/e3-core-22.8.0

Description

Ease the development of portable automated build systems

Added to portage

2025-12-19

egl-gbm - 1.1.3_pre20251125
Ebuild name:

gui-libs/egl-gbm-1.1.3_pre20251125

Description

NVIDIA GBM EGL external platform library

Added to portage

2025-12-19

fastfetch - 2.56.1
Ebuild name:

app-misc/fastfetch-2.56.1

Description

Fast neofetch-like system information tool

Added to portage

2025-12-19

firefox - 146.0.1
Ebuild name:

www-client/firefox-146.0.1

Description

Firefox Web Browser

Added to portage

2025-12-19

firefox-bin - 146.0.1
Ebuild name:

www-client/firefox-bin-146.0.1

Description

Firefox Web Browser

Added to portage

2025-12-19

fldigi - 4.2.11
Ebuild name:

media-radio/fldigi-4.2.11

Description

Sound card based multimode software modem for Amateur Radio use

Added to portage

2025-12-19

flrig - 2.0.10
Ebuild name:

media-radio/flrig-2.0.10

Description

Transceiver control program for Amateur Radio use

Added to portage

2025-12-19

gentoo-kernel - 6.12.63
Ebuild name:

sys-kernel/gentoo-kernel-6.12.63

Description

Linux kernel built with Gentoo patches

Added to portage

2025-12-19

gentoo-kernel - 6.17.13
Ebuild name:

sys-kernel/gentoo-kernel-6.17.13

Description

Linux kernel built with Gentoo patches

Added to portage

2025-12-19

gentoo-kernel - 6.18.2
Ebuild name:

sys-kernel/gentoo-kernel-6.18.2

Description

Linux kernel built with Gentoo patches

Added to portage

2025-12-19

gentoo-kernel-bin - 6.12.63
Ebuild name:

sys-kernel/gentoo-kernel-bin-6.12.63

Description

Pre-built Linux kernel with Gentoo patches

Added to portage

2025-12-19

gentoo-kernel-bin - 6.17.13
Ebuild name:

sys-kernel/gentoo-kernel-bin-6.17.13

Description

Pre-built Linux kernel with Gentoo patches

Added to portage

2025-12-19

gentoo-kernel-bin - 6.18.2
Ebuild name:

sys-kernel/gentoo-kernel-bin-6.18.2

Description

Pre-built Linux kernel with Gentoo patches

Added to portage

2025-12-19

gentoo-sources - 6.12.63
Ebuild name:

sys-kernel/gentoo-sources-6.12.63

Description

Full sources including the Gentoo patchset for the . kernel tree

Added to portage

2025-12-19

gentoo-sources - 6.17.13
Ebuild name:

sys-kernel/gentoo-sources-6.17.13

Description

Full sources including the Gentoo patchset for the . kernel tree

Added to portage

2025-12-19

gentoo-sources - 6.18.2
Ebuild name:

sys-kernel/gentoo-sources-6.18.2

Description

Full sources including the Gentoo patchset for the . kernel tree

Added to portage

2025-12-19

gromacs - 2026_rc
Ebuild name:

sci-chemistry/gromacs-2026_rc

Description

The ultimate molecular dynamics simulation package

Added to portage

2025-12-19

haproxy - 2.8.17
Ebuild name:

net-proxy/haproxy-2.8.17

Description

A TCP/HTTP reverse proxy for high availability environments

Added to portage

2025-12-19

haproxy - 3.3.1
Ebuild name:

net-proxy/haproxy-3.3.1

Description

A TCP/HTTP reverse proxy for high availability environments

Added to portage

2025-12-19

linode-cli - 5.65.0
Ebuild name:

app-admin/linode-cli-5.65.0

Description

Official command-line interface for interacting with the Linode API

Added to portage

2025-12-19

maxitest - 6.1.0
Ebuild name:

dev-ruby/maxitest-6.1.0

Description

Minitest + all the features you always wanted

Added to portage

2025-12-19

mkdocs-material - 9.7.1
Ebuild name:

dev-python/mkdocs-material-9.7.1

Description

A Material Design theme for MkDocs

Added to portage

2025-12-19

nvidia-drivers - 580.94.13
Ebuild name:

x11-drivers/nvidia-drivers-580.94.13

Description

NVIDIA Accelerated Graphics Driver

Added to portage

2025-12-19

nvidia-drivers - 590.48.01
Ebuild name:

x11-drivers/nvidia-drivers-590.48.01

Description

NVIDIA Accelerated Graphics Driver

Added to portage

2025-12-19

org-mode - 9.7.39
Ebuild name:

app-emacs/org-mode-9.7.39

Description

An Emacs mode for notes and project planning

Added to portage

2025-12-19

org-mode - 9999
Ebuild name:

app-emacs/org-mode-9999

Description

An Emacs mode for notes and project planning

Added to portage

2025-12-19

phonenumbers - 9.0.21
Ebuild name:

dev-python/phonenumbers-9.0.21

Description

Python port of Google's libphonenumber

Added to portage

2025-12-19

pixi - 0.62.1
Ebuild name:

dev-util/pixi-0.62.1

Description

A package management and workflow tool

Added to portage

2025-12-19

postfix - 3.11_pre20251218
Ebuild name:

mail-mta/postfix-3.11_pre20251218

Description

A fast and secure drop-in replacement for sendmail

Added to portage

2025-12-19

prism - 1.7.0
Ebuild name:

dev-ruby/prism-1.7.0

Description

Prism Ruby parser

Added to portage

2025-12-19

pytest-reserial - 0.6.0
Ebuild name:

dev-python/pytest-reserial-0.6.0

Description

Pytest plugin for recording and replaying serial port traffic duri

Added to portage

2025-12-19

qmidiarp - 0.7.1_p20251217
Ebuild name:

media-sound/qmidiarp-0.7.1_p20251217

Description

Arpeggiator, sequencer and MIDI LFO for ALSA

Added to portage

2025-12-19

ruff - 0.14.10
Ebuild name:

dev-util/ruff-0.14.10

Description

An extremely fast Python linter, written in Rust

Added to portage

2025-12-19

scikit-image - 0.26.0_rc2
Ebuild name:

dev-python/scikit-image-0.26.0_rc2

Description

Image processing routines for SciPy

Added to portage

2025-12-19

soupsieve - 2.8.1
Ebuild name:

dev-python/soupsieve-2.8.1

Description

A modern CSS selector implementation for BeautifulSoup

Added to portage

2025-12-19

tins - 1.49.0
Ebuild name:

dev-ruby/tins-1.49.0

Description

All the stuff that isn't good enough for a real library

Added to portage

2025-12-19

translate-toolkit - 3.17.5
Ebuild name:

dev-python/translate-toolkit-3.17.5

Description

Toolkit to convert between many translation formats

Added to portage

2025-12-19

vanilla-kernel - 6.12.63
Ebuild name:

sys-kernel/vanilla-kernel-6.12.63

Description

Linux kernel built from vanilla upstream sources

Added to portage

2025-12-19

vanilla-kernel - 6.17.13
Ebuild name:

sys-kernel/vanilla-kernel-6.17.13

Description

Linux kernel built from vanilla upstream sources

Added to portage

2025-12-19

vanilla-kernel - 6.18.2
Ebuild name:

sys-kernel/vanilla-kernel-6.18.2

Description

Linux kernel built from vanilla upstream sources

Added to portage

2025-12-19

vanilla-sources - 6.12.63
Ebuild name:

sys-kernel/vanilla-sources-6.12.63

Description

Full sources for the Linux kernel

Added to portage

2025-12-19

vanilla-sources - 6.17.13
Ebuild name:

sys-kernel/vanilla-sources-6.17.13

Description

Full sources for the Linux kernel

Added to portage

2025-12-19

vanilla-sources - 6.18.2
Ebuild name:

sys-kernel/vanilla-sources-6.18.2

Description

Full sources for the Linux kernel

Added to portage

2025-12-19

virtualbox - 7.2.4-r1
Ebuild name:

app-emulation/virtualbox-7.2.4-r1

Description

Family of powerful x86 virtualization products for enterprise and

Added to portage

2025-12-19

voluptuous - 0.16.0
Ebuild name:

dev-python/voluptuous-0.16.0

Description

A Python data validation library

Added to portage

2025-12-19

whenever - 0.9.4
Ebuild name:

dev-python/whenever-0.9.4

Description

Modern datetime library for Python

Added to portage

2025-12-19

xwaylandvideobridge - 0.4.0_p20250215
Ebuild name:

gui-apps/xwaylandvideobridge-0.4.0_p20250215

Description

Screenshare Wayland windows to XWayland apps

Added to portage

2025-12-19

zfs - 2.4.0
Ebuild name:

sys-fs/zfs-2.4.0

Description

Linux kernel module and userland utilities for ZFS

Added to portage

2025-12-19

rdf newsfeed | rss newsfeed | Atom newsfeed
Copyright 2004-2025 Sascha Nitsch Unternehmensberatung GmbH
- Copyright and legal notices -
Time to create this page: 49.5 ms