---------- Forwarded message ----------
Date: Mon, 17 Dec 2001 21:38:45 -0800 (PST)
From: Bill Ross <ross_at_cgl.ucsf.edu>
To: wgzhu_at_aphy.iphy.ac.cn
Cc: amber_at_heimdal.compchem.ucsf.edu
Subject: Re:
We bought Amber6 recently. I hope to intstall on our
Alpha DS20 workstation which is Redhat 7.1 system. I
use Machine.alpha_linux as my MACHINE file. But I can not
compile Leap successfully. There is a "-ldnet_stub" lib
error and "-taso -non-shared" unrecognized. I do not know
what is dnet_stub lib. Thanks for your help.
This is an artifact of the mfr's OS and as you see does
not apply to linux - you can delete the appended section
from amber6/src/leap/src/leap/Imakefile and try again.
Bill Ross
---------------------------------------------------------------------
#if defined(AlphaArchitecture)
# -taso: force address space to 32 bits to avoid
# side effects of bad casts for 64-bit
CDEBUGFLAGS = $(LEAP_FLAGS) -w -taso -non_shared
# Something in the X stuff causes unsatisfied refs for
# dnet_conn, dnet_htoa and getnodebyaddr. To satisfy
# these, -ldnet_stub is needed. NOTE: for some reason
# adding it explicitly at one point in AlphaArchitecture
# history caused _other_ unsatisfied refs, while using
# $(DNETLIB) instead worked for no obvious reason.
EXTRA_LIBRARIES = -ldnet_stub
#endif
---------------------------------------------------------------------
Received on Thu Dec 20 2001 - 12:36:43 PST