Opened 18 years ago
Closed 18 years ago
#72 closed defect (fixed)
g95, ifort compilation fails
Reported by: | frae | Owned by: | Dave Offiler |
---|---|---|---|
Priority: | critical | Milestone: | 1.0 |
Component: | ropp_io | Version: | 0.9 |
Keywords: | Cc: |
Description
when running ropp_test at uni bremen, I get, eg g95:
g95 ../build -Wall -O2 -fno-backslash -I/rinax/storage/projects/Radio_Occultation/GRAS/ROPP/g95//include @AM_LDFLAGS@ -L/rinax/storage/pro jects/Radio_Occultation/GRAS/ROPP/g95//lib -o ropp2ropp ropp2ropp.o ../build/libropp_io.a -lbufr -lropp_tools -lnetcdf -ludunits g95: @AM_LDFLAGS@: No such file or directory make[1]: *** [ropp2ropp] Error 1 make[1]: Leaving directory `/rinax/storage/projects/Radio_Occultation/temp/ropp_io/tools' make: *** [all-recursive] Error 1
this was working recently so must be related to some new changes.
Change history (2)
comment:1 by , 18 years ago
Owner: | set to |
---|---|
Status: | new → assigned |
comment:2 by , 18 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Problem solved now. ropp_test was not completely reversing to a pristine copy from the repository in this case. I updated ropp_test to include an additional check. Compilation working again.
Note:
See TracTickets
for help on using tickets.
Problem not reproducable in local working copy of ropp_io.
Axel emailed his local configure.ac and configure files for comparison.
1) configure.ac files are identical.
2) configure has one different line setting hte value for "ac_subst_vars"; local version has sveral more variables that Axels, including AC_LDFLAGS. This is likely why this varibale is not being substituted in Axel's configure.
Axel does not have access to required versions of automake, etc, so cannot build a new configure locally (why not committed version picked up? - see Ticket #69). emailed local version to try. Also ensured all mods in ropp_io committed (aclocal.m4 and all Makefile.in may be related?)