Gentoo Archives: gentoo-dev

From: "M. Zuelsdorff" <micha@×××××××.de>
To: gentoo-dev@g.o
Subject: [gentoo-dev] library search path
Date: Tue, 12 Mar 2002 14:11:06
Message-Id: 200203122008.VAA06678@dios.home.dolbyco.de
1 how can I tell the dynamic linker _NOT_ to search in
2 /path_to_lib/i686/mmx/,
3 /path_to_lib/i686/,
4 /path_to_lib/mmx/
5
6 ?
7
8 The entry in /etc/ld.so.conf is just:
9
10 /path_to_lib
11
12 michael