pilambdaepsilon/dminns

DMNumberDensity

Opened this issue · 2 comments

Hello,
I was trying to compile your code using the compilation_script, i got the following error:

ishfaq@ishfaq:~/Desktop/code/dark_matter/dminns-master$ g++ -I/usr/local/include -L/usr/local/lib SourceCode/DmNo.cc -lgsl -lgslcblas -lm -o exe/DMNumberDensity
/usr/bin/ld: cannot open output file exe/DMNumberDensity: No such file or directory
collect2: error: ld returned 1 exit status

Please let me know what I need to do in order to remove this error.