specify mpiCC as linker ?
--
Stéphane Genaud
IECS, Université Robert Schuman
61 av. de la Forêt Noire, 67085 Strasbourg
Bureau 107 tel : 0390414298
_LDADD = -L. -l libiasp.la);
i have been more inspired this time and after a few tries,
got the simple rule "remodl_LDADD = libiasp.la" to work.
I just post this for people who would seek for thess syntactic details.
Thanks.
--
Stéphane Genaud
ICP
sp.la
libiasp_la_SOURCES =
noinst_PROGRAMS = remodl
remodl_SOURCES = 4sm.c remodl.f
remodl_LDADD = $(PROGRAMS_OBJ)
Can i replace the last line with
remodl_LDADD = -L./libs -liasp
without risks ?
Thanks.
--
Stéphane Genaud
ICPS-LSIIT, Université Louis Pa
modnam.def
and many other things but i can't tell automake to generate
this rule in the final Makefile.
Any idea ?
Thanks.
--
Stéphane Genaud
ICPS, Université Louis Pasteur
Pôle API, Bd. S. Brant, F-67400 Illkirch
tel : (33)(0)390244542, 0619058113 (SFR)
Hi,
on a Irix 6.5 system, using automake 1.4, autoconf 2.12,
i have the SHELL variable undefined
after aclocal;autoconf;autoheader;automake;./configure
The generated Makefile looks like :
[..]
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
# PARTICULAR PURPOSE.
SHELL = @SHEL