Ticket #686 (closed bug: fixed)
MPICH2-1.1 : make fails with undefined reference to 'pthread_create'
| Reported by: | "Timothy S. Sliwinski" <tss06@…> | Owned by: | balaji |
|---|---|---|---|
| Priority: | blocker | Milestone: | mpich2-1.1.1 |
| Component: | mpich2 | Keywords: | |
| Cc: |
Description
Mpich2-maint,
I am running a server for a proof-of-concept project built on
FreeBSD-7.2-Release. When I first ran configure, it told me that I did not
have python installed. I went back and installed the FreeBSD port of
python-2.6 and re-ran configure for mpich2-1.1. Configure ran successfully
and c.txt showed no alarming errors that I am aware of. However, now when I
attempt to run make, I receive the following error:
In Function 'HYDU_create_thread':
:undefined reference to 'pthread_create'
*** Error code 1
Stop in /tmp/tim/mpich2/src/pm/hydra/pm/pmiserv.
*** Error code 1
Stop in /tmp/tim/mpich2/src/pm/hydra/pm.
*** Error code 1
..etc. (rest of error in m.txt)
I am following the Quick Start instructions for now in the installer's
guide.
I did try to go back a version to mpich2-1.0.p1 which completed configure,
make, and make install, but while running "mpd &", it would complain about
depreciated calls in the python scripts and hang and I figured my python
version was too new for it so I tried mpich2-1.1 again with the same errors.
I have attached the make output (m.txt) using the VERBOSE=1 option and the
configure output (c.txt). Any help you can give in regards to my mpich2-1.1
make errors would be greatly appreciated!!
-Timothy Sliwinski
Florida State University Student
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
