Hi Charlie and Rorik,
I just checked out a fresh copy of nco , and am getting the following problem when I build ( after running config
configure --prefix=/usr/src/redhat/SOURCES/nco NETCDF_LIB = /blah NETCDF_INC=/blah
)
../../libbtool -e : command not found
regards Henry
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
This is probably my fault.
I upgraded to RH8 in hopes it would solve my build problems.
I tried configure with --enable-maintainer-mode, and got the
same build problems I was having with RH7.
Then I must have inadvertently checked in the bogus libtool.
So either go back 1 version of libtool (ancd check it in)
or Rorik can upload a fresh one.
Charlie
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Actually, I think the problem is in 'configure', which generates 'libtool'. I think Charlie accidentally checked in a version of 'configure' built with autoconf 2.53, but I changed to 2.54 about a month ago (for no reason in particular), and you need that for the current version of autobld/litmain.sh (which becomes part of 'libtool'). Anyway, if we go back a version of 'configure', things should be ok.
rorik
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi Charlie and Rorik,
I just checked out a fresh copy of nco , and am getting the following problem when I build ( after running config
configure --prefix=/usr/src/redhat/SOURCES/nco NETCDF_LIB = /blah NETCDF_INC=/blah
)
../../libbtool -e : command not found
regards Henry
This is probably my fault.
I upgraded to RH8 in hopes it would solve my build problems.
I tried configure with --enable-maintainer-mode, and got the
same build problems I was having with RH7.
Then I must have inadvertently checked in the bogus libtool.
So either go back 1 version of libtool (ancd check it in)
or Rorik can upload a fresh one.
Charlie
Actually, I think the problem is in 'configure', which generates 'libtool'. I think Charlie accidentally checked in a version of 'configure' built with autoconf 2.53, but I changed to 2.54 about a month ago (for no reason in particular), and you need that for the current version of autobld/litmain.sh (which becomes part of 'libtool'). Anyway, if we go back a version of 'configure', things should be ok.
rorik
I have re-committed the 2.6.5 configure to the
repository and re-branded the resullt as 2.6.6.
I hope this fixes the recent problems.
Charlie