| 7181a3c4 | 11-Feb-2024 |
Satish Balay <balay@mcs.anl.gov> |
generateLibList(): use --with-x-dir=/foo/bar should check ['-L/foo/bar', 'libX11.a'] - not ['/foo/bar/libX11.a']
And: --with-x-dir=/usr should check ['libX11.a'] - not ['/usr/lib/libX11.a'] nor ['-L
generateLibList(): use --with-x-dir=/foo/bar should check ['-L/foo/bar', 'libX11.a'] - not ['/foo/bar/libX11.a']
And: --with-x-dir=/usr should check ['libX11.a'] - not ['/usr/lib/libX11.a'] nor ['-L/usr/lib, 'libX11.a'] i.e skip sysDirs
show more ...
|