Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation on mac #32

Open
geyan3566 opened this issue Feb 17, 2024 · 1 comment
Open

Installation on mac #32

geyan3566 opened this issue Feb 17, 2024 · 1 comment

Comments

@geyan3566
Copy link

Hi,

I'm having issue installing adept2 on mac.
Since there is no autoreconf on mac, so I tried to install from release package adept-2.1.1.
I followed the installation guide, and configuration option used was
./configure --prefix=/Users/xxx/build "CXXFLAGS=-g -O3"

But the make command gave me this error

libtool: link: ranlib .libs/libadept.a
libtool: link: ( cd ".libs" && rm -f "libadept.la" && ln -s "../libadept.la" "libadept.la" )
Making all in include
make[2]: Nothing to be done for `all'.
Making all in benchmark
make[2]: Nothing to be done for `all'.
Making all in test
********************************************************
*** To compile test programs in test/ and benchmark/ ***
*** type "make check"                                ***
********************************************************
make[2]: *** No rule to make target `README.md', needed by `all-am'.  Stop.
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

May I get some support on this issue?

Thanks,
Ge

@rjhogan
Copy link
Owner

rjhogan commented Feb 19, 2024

Hi,
autoreconf is part of the "autoconf" package - I have installed it on my Mac.
I can't seem to reproduce your error on my Mac when I download the package from https://www.met.reading.ac.uk/clouds/adept/download.html.
Does the problem occur only when you type "make install"?
Does the README.md file exist? It is in the package so I don't understand why "make" is wanting to make it.
Robin.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants