ForestClaw / forestclaw

Quadtree/octree adaptive PDE solver based based on p4est.
http://www.forestclaw.org
BSD 2-Clause "Simplified" License
58 stars 21 forks source link

Bootstrap warning message? #127

Open donnaaboise opened 6 years ago

donnaaboise commented 6 years ago

I usually get something like this when using bootstrap. Everything works, but it can be a bit disconcerting to a new user (ignore CUDA messages for now)

--- This is the bootstrap script for forestclaw ---
Current directory is /home/donnacalhoun/projects/ForestClaw/code/forestclaw
which: no glibtoolize in (/home/donnacalhoun/usr/local/bin:.:/cm/shared/apps/openacc/18.0/linux86-64/2018/bin:/cm/shared/apps/cuda90/toolkit//bin/:/cm/shared/apps/cuda90/toolkit//bin:/cm/shared/apps/slurm/2.6.7/sbin:/cm/shared/apps/slurm/2.6.7/bin:/cm/shared/apps/gcc/4.8.1/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/sbin:/opt/ibutils/bin:/sbin:/usr/sbin:/cm/shared/apps/anaconda/3.6//bin:/home/donnacalhoun/bin:/home/donnacalhoun/bin)
configure.ac:91: warning: cannot check for file existence when cross compiling
../../lib/autoconf/general.m4:2605: AC_CHECK_FILE is expanded from...
config/ax_check_cuda.m4:37: AX_CHECK_CUDA is expanded from...
configure.ac:91: the top level
src/Makefile.am:136: variable `EXTRA_src_libforestclaw_la_DEPENDENCIES' is defined but no program or
src/Makefile.am:136: library has `EXTRA_src_libforestclaw_la' as canonical name (possible typo)
Makefile.am:71:   `src/Makefile.am' included from here

I think we can get rid of the glibtoollize check - if the GNU autotools package is installed properly, liblibtoollize should point to glibtoolize.

And I am not sure what to make of the EXTRA_src_... warning. Maybe something I added along with the EXTRA variable?

donnaaboise commented 6 years ago

More warning messages :

configure.ac:85: warning: cannot check for file existence when cross compiling
../../lib/autoconf/general.m4:2605: AC_CHECK_FILE is expanded from...
config/ax_check_cuda.m4:37: AX_CHECK_CUDA is expanded from...
configure.ac:85: the top level
src/Makefile.am:136: variable `EXTRA_src_libforestclaw_la_DEPENDENCIES' is defined but no program or
src/Makefile.am:136: library has `EXTRA_src_libforestclaw_la' as canonical name (possible typo)
Makefile.am:71:   `src/Makefile.am' included from here
cburstedde commented 6 years ago

The warning about glibtoolize should be gone in forestclaw/bootstrap. If satisfactory, will do the same in p4est/bootstrap and sc/bootstrap.

cburstedde commented 6 years ago

I'm not seeing the EXTRA_ message on my laptoy with forestclaw/develop. Maybe it's related to conditional activation of Makefiles and thus of the targets inside.

cburstedde commented 2 years ago

Is this issue still current or solved?

cburstedde commented 1 year ago

Bumping to ask about the latest version's behavior.