[Distutils] Rewritten 'get_platform()'

Bastian Kleineidam calvin@cs.uni-sb.de
Mon Sep 11 04:01:01 2000


Paul F. Dubois wrote:
>Indeed, I did just that in one make system I wrote.
I have the following solution: first I look in /usr/lib and in 
/usr/local/lib. If I still do not find the library, the user will need to
use the --library-dirs option. Same thing for include dirs.

Bastian