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

f951: error: unrecognized command-line option '-quiet' #98

Open
xli3111 opened this issue Feb 9, 2024 · 1 comment
Open

f951: error: unrecognized command-line option '-quiet' #98

xli3111 opened this issue Feb 9, 2024 · 1 comment

Comments

@xli3111
Copy link

xli3111 commented Feb 9, 2024

When I type, Rscript -e "uataq::stilt_init('myproject')"
I got this,

fatal: destination path 'myproject' already exists and is not an empty directory.
Compiling footprint kernel aggregation subroutine...
/opt/R/arm64/bin/gfortran -mtune=native -fno-optimize-sibling-calls -fPIC -Wall -g -O2 -c r/src/permute.f90 -o r/src/permute.o
f951: error: unrecognized command-line option '-quiet'
make: *** [r/src/permute.o] Error 1

How I can solve it?

@jmineau
Copy link
Member

jmineau commented Sep 18, 2024

Sounds like there is already a directory called "myproject" which contains a stilt project. Either rename your new project or delete the old one.

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