> I have a problem building ncap2 on Mac OS X.
> It appears that libnco.a (or its shared version) is not built before ncap2.
> Since the old library is used for linking, some new functions are not
> found.
You are the first to report this problem.
> I wrote a patch for src/nco++/Makefile.in to point
> ../nco/.libs/libnco.dylib in place of -lnco.
> I am not sure how to auto-detect it.
I am not an autoconf/libtool expert.
It looks to me like merging your patch, which refers to a .dylib,
may cause the build to break on non-Mac OS X architectures.
Also, please supply patches against Makefile.am, not Makefile.in,
since the latter are automatically generated from the former.
Charlie
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi Takeshi,
> I have a problem building ncap2 on Mac OS X.
> It appears that libnco.a (or its shared version) is not built before ncap2.
> Since the old library is used for linking, some new functions are not
> found.
You are the first to report this problem.
> I wrote a patch for src/nco++/Makefile.in to point
> ../nco/.libs/libnco.dylib in place of -lnco.
> I am not sure how to auto-detect it.
I am not an autoconf/libtool expert.
It looks to me like merging your patch, which refers to a .dylib,
may cause the build to break on non-Mac OS X architectures.
Also, please supply patches against Makefile.am, not Makefile.in,
since the latter are automatically generated from the former.
Charlie