cinquin / MEME

MEME motif-based sequence analysis tools (http://meme-suite.org), with FreeBSD tweaks
Other
8 stars 2 forks source link

meme-5.5.7 make error #11

Open aaannaw opened 1 week ago

aaannaw commented 1 week ago

Dear author, I am installing meme according the following pipeline: (1) wget https://meme-suite.org/meme/meme-software/5.5.7/meme-5.5.7.tar.gz (2) tar zxf meme-5.5.7.tar.gz (3) cd meme-5.5.7/scripts (4) perl dependencies.pl Checking Required Perl Modules: Checking Optional Modules: (5) ./configure --prefix=/data/01/p1/user157/software/meme-5.5.7 --enable-build-libxml2 --enable-build-libxslt (6) make &> make.log Although I used the configure flags "--enable-build-libxml2" and "--enable-build-libxslt", I got the link error in the make step:

chmod +x dreme rm -f ../src/dreme ln dreme ../src/dreme # Copy to src for testing purposes ln: failed to create hard link '../src/dreme' => 'dreme': Operation not permitted make[2]: [Makefile:1014: dreme] Error 1 make[2]: Leaving directory '/data/01/p1/user157/software/meme-5.5.7/scripts' make[1]: [Makefile:788: all-recursive] Error 1 make[1]: Leaving directory '/data/01/p1/user157/software/meme-5.5.7' make: *** [Makefile:719: all] Error 2

Could you give me any suggestions? Looking forward with your reply. Best wishes! Na Wan