[issue14568] HP-UX local libraries not included

2019-04-26 Thread Michael Osipov
Michael Osipov <1983-01...@gmx.net> added the comment: Please close because there is actually no /usr/local on HP-UX, System V does use /opt, not /usr/local. -- ___ Python tracker ___

[issue14568] HP-UX local libraries not included

2018-08-27 Thread Michael Osipov
Michael Osipov <1983-01...@gmx.net> added the comment: Can someone review the PR for this? -- nosy: +michael-o versions: +Python 3.6, Python 3.7, Python 3.8 ___ Python tracker

[issue14568] HP-UX local libraries not included

2018-08-20 Thread Michael Osipov
Change by Michael Osipov <1983-01...@gmx.net>: -- pull_requests: +8308 stage: -> patch review ___ Python tracker ___ ___ Python-bug

[issue14568] HP-UX local libraries not included

2012-04-12 Thread Adi Roiban
Adi Roiban added the comment: Hi, There was an error in the patch. Instead of lib_dirs += hpux_path it should be: lib_dirs += [hpux_path] Cheers, -- ___ Python tracker __

[issue14568] HP-UX local libraries not included

2012-04-12 Thread STINNER Victor
Changes by STINNER Victor : -- nosy: +neologix ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyth

[issue14568] HP-UX local libraries not included

2012-04-12 Thread Adi Roiban
New submission from Adi Roiban : Hi, Sorry for bothering you. In my initial report, I did not added /usr/local/lib paths , since I was thinking that Python should only work with the default library location. Now I see that /usr/local is added just at the beginning of module building. The defa