Hello Daniel,
* Daniel Langr wrote on Fri, May 04, 2007 at 02:29:30PM CEST:
>
> I have successfully configured and compiled LAM with Myrinet (GM) support,
> but 'make install' command ends with following errors (part of
> 'make-install.out' file):
>
> make[5]: Entering directory
> `/home/langr/Projekty/MPIComp/ia64/install/lam-7.1.3/share/ssi/rpi/gm/src'
> /bin/sh ../libtool --tag=CC --mode=link icc -O3 -pthread
> -L/opt/gm/gm/lib -o libgm.la ssi_rpi_gm_long.lo ssi_rpi_gm_ack.lo
> ssi_rpi_gm_actions.lo ssi_rpi_gm_bookmarks_alltoall.lo ssi_rpi_gm_dreg.lo
> ssi_rpi_gm_fast.lo ssi_rpi_gm_interval.lo ssi_rpi_gm_module.lo
> ssi_rpi_gm_recv_events.lo ssi_rpi_gm_recv_queue.lo ssi_rpi_gm_reqlist.lo
> ssi_rpi_gm_send_queue.lo ssi_rpi_gm.lo ssi_rpi_gm_tiny.lo
> ssi_rpi_gm_unexpected.lo ssi_rpi_gm_util.lo -lgm
Why does it add -lgm when creating libgm? That looks a bit odd to me
(not sure whether it would be safe to make libtool warn about this).
Please try first, whether the above command (in the respective
directory) works if you execute it manually and omit '-lgm'.
If yes, please look where the -lgm came from in the respective Makefile.
Try removing that manually, and report back.
Cheers,
Ralf
|