Jeff Squyres wrote:
On Apr 20, 2007, at 7:58 AM, Bas van der Vlies wrote:
Because ${datarootdir} is not expanded i tryied another variable in
opal_wrapper.c:
asprintf(&datafile, "%s%s%s-wrapper-data.txt",
opal_install_dirs.pkgdatadir, OPAL_PATH_SEP, appname);
On Apr 20, 2007, at 7:58 AM, Bas van der Vlies wrote:
Because ${datarootdir} is not expanded i tryied another variable in
opal_wrapper.c:
asprintf(&datafile, "%s%s%s-wrapper-data.txt",
opal_install_dirs.pkgdatadir, OPAL_PATH_SEP, appname);
^
Jeff Squyres wrote:
On Apr 20, 2007, at 7:03 AM, Bas van der Vlies wrote:
;-) I have adjust opal_wrapper.c to use another variable (libdir)
and that one is expanded.
Can you explain more what you mean by that?
Because ${datarootdir} is not expanded i tryied another variable in
opal_wrapper
On Apr 20, 2007, at 7:03 AM, Bas van der Vlies wrote:
;-) I have adjust opal_wrapper.c to use another variable (libdir)
and that one is expanded.
Can you explain more what you mean by that?
What version of Autoconf, Automake, and Libtool are you using?
autoconf : 2.61-4
automake : 1.10
lib
Jeff Squyres wrote:
A big merge with the installdirs functionality was committed to the
1.2 branch the other day.
;-) I have adjust opal_wrapper.c to use another variable (libdir) and
that one is expanded.
What version of Autoconf, Automake, and Libtool are you using?
autoconf : 2.61-4
a
A big merge with the installdirs functionality was committed to the
1.2 branch the other day.
What version of Autoconf, Automake, and Libtool are you using?
Please send the full output of configure and your config.log file
(please compress!).
On Apr 20, 2007, at 5:56 AM, Bas van der Vlies