This issue tracker has been migrated to GitHub ,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
Created on 2009年12月18日 08:34 by rtarnell, last changed 2022年04月11日 14:56 by admin. This issue is now closed.
| Messages (3) | |||
|---|---|---|---|
| msg96552 - (view) | Author: River Tarnell (rtarnell) | Date: 2009年12月18日 08:34 | |
2.6.4 fails to build on HP-UX 11.11 using GCC, when linking modules: building '_struct' extension gcc -pthread -shared build/temp.hp-ux-B.11.11-9000-785-2.6/home/river/ Python-2.6.4/Modules/_struct.o -L/opt/rt/lib -L/usr/local/lib - lpython2.6 -o build/lib.hp-ux-B.11.11-9000-785-2.6/_struct.sl /usr/ccs/bin/ld: Can't find library: "python2.6" collect2: ld returned 1 exit status (This happens for all modules.) The problem is that libpython2.6.sl is in the root directory, but -L. is not passed to gcc, so the linker can't find the library. |
|||
| msg112900 - (view) | Author: Mark Lawrence (BreamoreBoy) * | Date: 2010年08月04日 21:32 | |
Is anyone aware of build issues on HP-UX with later versions of Python? |
|||
| msg210159 - (view) | Author: Arfrever Frehtes Taifersar Arahesis (Arfrever) * (Python triager) | Date: 2014年02月03日 20:11 | |
It is most likely a duplicate of bug #4366. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:56:55 | admin | set | github: 51787 |
| 2014年02月03日 20:11:36 | Arfrever | set | status: open -> closed nosy: + Arfrever messages: + msg210159 superseder: cannot find -lpythonX.X when building Python on FreeBSD with --enable-shared resolution: duplicate |
| 2014年02月03日 19:50:40 | BreamoreBoy | set | nosy:
- BreamoreBoy |
| 2010年08月04日 21:32:34 | BreamoreBoy | set | nosy:
+ BreamoreBoy messages: + msg112900 |
| 2009年12月18日 08:34:18 | rtarnell | create | |