²é¿´: 1894  |  »Ø¸´: 3
µ±Ç°Ö»ÏÔʾÂú×ãÖ¸¶¨Ìõ¼þµÄ»ØÌû£¬µã»÷ÕâÀï²é¿´±¾»°ÌâµÄËùÓлØÌû

youyno

Òø³æ (ÕýʽдÊÖ)

[ÇóÖú] RASPAµÄ±àÒë°²×°ÎÊÌâ ÒÑÓÐ1È˲ÎÓë

³ÌÐò¿ª·¢Õ߸øµÄ°²×°±àÒë¹ý³Ì 1) rm -rf autom4te.cache
2) mkdir m4
3) aclocal
4) autoreconf -i
5) automake --add-missing
6) autoconf
7) ./configure --prefix=${RASPA_DIR}
   or
   ./scripts/CompileScript/make-gcc-local
8) make
9) make install
¸½¼þÊÇÎÒÔËÐÐÕâ¸öÁ÷³ÌµÄÇé¿ö¡£ÄÄλ¼ÆËã»ú±àÒë¸ßÊÖ°ïæ¿´Ò»Ï¸øÎÒ½â¾öһϣ¿
ÏÂÃæÊÇÎÒ°²×°±àÒëµÄ¹ý³Ì£º
[cw@neon ~]$ ls
Ar3BF3 fugacity.tar.gz libtool-2.2.2.tar.gz Nwchem-6.5.revision26243-src.2014-09-10.tar.gz
CPMD gamess molcas64 openmpi165
fftw-3.3.4 gamess-current.tar.gz mpmc-master openmpi-1.6.5
fftw-3.3.4.tar.gz HSC music openmpi-1.6.5.tar.gz
Fragment intel music-4.0 orca
Fragment-mp2 JOB music-4.0.tar.gz RASPA-2.0
Freq Kr3BF3 Ng RASPA-2.00
fugacity libtool-2.2.2 Nwchem-6.5 RASPA2-2.0.2
[cw@neon ~]$ cd RASPA-2.0
[cw@neon RASPA-2.0]$ ls
acconfig.h autom4te.cache conf31383.sh configure depcomp forcefield install-sh ltconfig MANIFEST.in NEWS README.md setup.py
aclocal.m4 BUGS config.log configure.ac Docs framework LICENSE m4 missing
AUTHORS ChangeLog config.status COPYING examples INSTALL Literature Makefile.am molecules
[cw@neon RASPA-2.0]$ rm -rf autom4te.cache
[cw@neon RASPA-2.0]$ ls
acconfig.h BUGS config.log configure.ac Docs framework LICENSE m4 missing
aclocal.m4 ChangeLog config.status COPYING examples INSTALL Literature Makefile.am molecules
AUTHORS conf31383.sh configure depcomp forcefield install-sh ltconfig MANIFEST.in NEWS README.md setup.py
[cw@neon RASPA-2.0]$ aclocal
[cw@neon RASPA-2.0]$ ls
acconfig.h autom4te.cache conf31383.sh configure depcomp forcefield install-sh ltconfig MANIFEST.in NEWS README.md setup.py
aclocal.m4 BUGS config.log configure.ac Docs framework LICENSE m4 missing
AUTHORS ChangeLog config.status COPYING examples INSTALL Literature Makefile.am molecules
[cw@neon RASPA-2.0]$ autoreconf -i
src/Makefile.am:2: Libtool library used but `LIBTOOL' is undefined
src/Makefile.am:2:
src/Makefile.am:2: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL'
src/Makefile.am:2: to `configure.ac' and run `aclocal' and `autoconf' again.
autoreconf: automake failed with exit status: 1
[cw@neon RASPA-2.0]$ ls
acconfig.h autom4te.cache conf31383.sh configure depcomp forcefield install-sh ltconfig MANIFEST.in NEWS README.md setup.py
aclocal.m4 BUGS config.log configure.ac Docs framework LICENSE m4 missing
AUTHORS ChangeLog config.status COPYING examples INSTALL Literature Makefile.am molecules
[cw@neon RASPA-2.0]$ automake --add-missing
src/Makefile.am:2: Libtool library used but `LIBTOOL' is undefined
src/Makefile.am:2:
src/Makefile.am:2: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL'
src/Makefile.am:2: to `configure.ac' and run `aclocal' and `autoconf' again.
[cw@neon RASPA-2.0]$ autoconf
[cw@neon RASPA-2.0]$ ./scripts/CompileScript/make-gcc-local
rm: cannot remove `config.cache': No such file or directory
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking dependency style of gcc... gcc3
checking for ddot_ in -lblas... no
checking for dsyevd_ in -llapack... noXshell 5 (Free for Home/School) - Neon, cw@neon:~/RASPA-2.0 Page 2/2
checking for fftw_plan_dft_r2c_1d in -lfftw3... no
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ANSI C... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking for g77... g77
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether g77 accepts -g... yes
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking math.h usability... yes
checking math.h presence... yes
checking for math.h... yes
checking for string.h... (cached) yes
checking fftw3.h usability... yes
checking fftw3.h presence... yes
checking for fftw3.h... yes
./configure: line 5574: LT_INIT: command not found
configure: creating ./config.status
config.status: creating Makefile
config.status: error: cannot find input file: Makefile.in
[cw@neon RASPA-2.0]$ make
make: *** No targets specified and no makefile found. Stop.
[cw@neon RASPA-2.0]$
»Ø¸´´ËÂ¥

» ²ÂÄãϲ»¶

ƽÉú¶àÄ¥í£¬Äжù×ÔºáÐУ¡
ÒÑÔÄ   »Ø¸´´ËÂ¥   ¹Ø×¢TA ¸øTA·¢ÏûÏ¢ ËÍTAºì»¨ TAµÄ»ØÌû

lgyyyy

гæ (ÕýʽдÊÖ)

ÒýÓûØÌû:
3Â¥: Originally posted by youyno at 2015-09-29 12:24:34
Ó¦¸Ã¾ÍÊÇ¿âÎļþµÄÎÊÌ⣬ÎÒÔÚÐéÄâ»úÉÏÖØÐÂ×°ÁËϵͳ£¬²¢°ÑÄÜ×°µÄ¿âÎļþ¶¼×°ÉÏÖ®ºó¾Í¿ÉÒÔÖ±½Ó±àÒë³É¹¦ÁË

Â¥Ö÷ºÃ£¬ÎÒºÍÄã²Ù×÷³öÏÖÏàͬÎÊÌ⣬ÇëÎʰ²×°ÄÇЩ¿â£¿
4Â¥2023-07-03 08:53:37
ÒÑÔÄ   »Ø¸´´ËÂ¥   ¹Ø×¢TA ¸øTA·¢ÏûÏ¢ ËÍTAºì»¨ TAµÄ»ØÌû
²é¿´È«²¿ 4 ¸ö»Ø´ð

liwei2888379

Í­³æ (СÓÐÃûÆø)

¡¾´ð°¸¡¿Ó¦Öú»ØÌû

¡ï ¡ï ¡ï ¡ï ¡ï ¡ï ¡ï ¡ï ¡ï ¡ï ¡ï ¡ï ¡ï ¡ï ¡ï ¡ï ¡ï ¡ï ¡ï ¡ï ¡ï ¡ï ¡ï ¡ï ¡ï ¡ï ¡ï ¡ï ¡ï ¡ï ¡ï ¡ï ¡ï ¡ï ¡ï ¡ï ¡ï ¡ï ¡ï ¡ï ¡ï ¡ï ¡ï ¡ï ¡ï ¡ï ¡ï ¡ï ¡ï ¡ï ¡ï ¡ï ...
¸Ðл²ÎÓ룬ӦÖúÖ¸Êý +1
youyno: ½ð±Ò+100, ¡ï¡ï¡ïºÜÓаïÖú 2015-09-29 12:23:28
ÄãÊÔÊÔ¸üÐÂÏÂÔØÒ»¸ölibtool
o.o
2Â¥2015-09-28 17:11:54
ÒÑÔÄ   »Ø¸´´ËÂ¥   ¹Ø×¢TA ¸øTA·¢ÏûÏ¢ ËÍTAºì»¨ TAµÄ»ØÌû

youyno

Òø³æ (ÕýʽдÊÖ)

Ó¦¸Ã¾ÍÊÇ¿âÎļþµÄÎÊÌ⣬ÎÒÔÚÐéÄâ»úÉÏÖØÐÂ×°ÁËϵͳ£¬²¢°ÑÄÜ×°µÄ¿âÎļþ¶¼×°ÉÏÖ®ºó¾Í¿ÉÒÔÖ±½Ó±àÒë³É¹¦ÁË
ƽÉú¶àÄ¥í£¬Äжù×ÔºáÐУ¡
3Â¥2015-09-29 12:24:34
ÒÑÔÄ   »Ø¸´´ËÂ¥   ¹Ø×¢TA ¸øTA·¢ÏûÏ¢ ËÍTAºì»¨ TAµÄ»ØÌû
×î¾ßÈËÆøÈÈÌûÍÆ¼ö [²é¿´È«²¿] ×÷Õß »Ø/¿´ ×îºó·¢±í
[¿¼ÑÐ] µ÷¼Á +4 13853210211 2026-03-24 4/200 2026-03-24 19:44 by ms629
[¿¼ÑÐ] ÕÐ08¿¼Êýѧ +7 laoshidan 2026-03-20 16/800 2026-03-24 17:52 by ÎÚÀ­¶ùɽÂö
[¿¼ÑÐ] 291Çóµ÷¼Á +3 HanBeiNingZC 2026-03-24 3/150 2026-03-24 16:34 by barlinike
[¿¼²©] É격26Äê +4 °Ë6°Ë68 2026-03-19 4/200 2026-03-24 15:49 by СBenºÇºÇ
[¿¼ÑÐ] 277·ÖÇóµ÷¼Á£¬¿çµ÷²ÄÁÏ +3 ¿¼Ñе÷¼Álxh 2026-03-24 3/150 2026-03-24 13:52 by JourneyLucky
[¿¼ÑÐ] һ־Ըɽ¶«´óѧҩѧѧ˶Çóµ÷¼Á +3 ¿ª¿ªÐÄÐÄû·³ÄÕ 2026-03-23 4/200 2026-03-24 00:06 by ¿ª¿ªÐÄÐÄû·³ÄÕ
[¿¼ÑÐ] 291Çóµ÷¼Á +8 hhhhxn.. 2026-03-23 8/400 2026-03-23 23:15 by peike
[¿¼ÑÐ] 336»¯¹¤µ÷¼Á +4 Íõ´ó̹1 2026-03-23 5/250 2026-03-23 18:32 by allen-yin
[¿¼ÑÐ] Ò»Ö¾Ô¸ÉϺ£½»´óÉúÎïÓëҽҩר˶324·Ö£¬Çóµ÷¼Á +5 jiajunX 2026-03-22 5/250 2026-03-23 18:07 by YMUÊ©ÀÏʦ
[¿¼ÑÐ] ÉϺ£µçÁ¦´óѧ²ÄÁÏ·À»¤ÓëвÄÁÏÖØµãʵÑéÊÒÕÐÊÕµ÷¼ÁÑо¿Éú£¨²ÄÁÏ¡¢»¯Ñ§¡¢µç»¯Ñ§£¬»·¾³£© +3 ÎÒ°®Ñ§µç³Ø 2026-03-23 3/150 2026-03-23 17:16 by AZMK
[¿¼ÑÐ] 291 Çóµ÷¼Á +4 »¯¹¤2026½ì±ÏÒµÉ 2026-03-21 5/250 2026-03-23 16:46 by »¯¹¤2026½ì±ÏÒµÉ
[¿¼ÑÐ] 280·ÖÇóµ÷¼Á Ò»Ö¾Ô¸085802 +4 PUMPT 2026-03-22 7/350 2026-03-22 22:13 by ÐÇ¿ÕÐÇÔÂ
[¿¼ÑÐ] 289²ÄÁÏÓ뻯¹¤£¨085600£©BÇøÇóµ÷¼Á +3 ÕâôÃû×ÖÕ¦Ñù 2026-03-22 4/200 2026-03-22 17:56 by ÔÆÃñ´óÀîÀÏʦ
[¿¼ÑÐ] 311Çóµ÷¼Á +3 26ÑÐ0 2026-03-20 3/150 2026-03-22 14:46 by ColorlessPI
[¿¼ÑÐ] ²ÄÁÏѧ˶333Çóµ÷¼Á +3 ±±µÀÏï 2026-03-18 3/150 2026-03-21 18:17 by ѧԱ8dgXkO
[»ù½ðÉêÇë] ѧУÒѾ­Ìá½»µ½NSFC£¬»¹ÄÜÐÞ¸ÄÂ𣿠40+4 babangida 2026-03-19 9/450 2026-03-21 16:12 by babangida
[¿¼ÑÐ] »ª¶«Ê¦·¶´óѧ-071000ÉúÎïѧ-293·Ö-Çóµ÷¼Á +3 Ñо¿ÉúºÎÑþÃ÷ 2026-03-18 3/150 2026-03-21 01:30 by JourneyLucky
[¿¼ÑÐ] 274Çóµ÷¼Á +10 S.H1 2026-03-18 10/500 2026-03-20 23:51 by JourneyLucky
[¿¼ÑÐ] ²ÄÁÏѧÇóµ÷¼Á +4 Stella_Yao 2026-03-20 4/200 2026-03-20 20:28 by ms629
[¿¼ÑÐ] 353Çóµ÷¼Á +3 À­¹³²»Ðí±ä 2026-03-20 3/150 2026-03-20 19:56 by JourneyLucky
ÐÅÏ¢Ìáʾ
ÇëÌî´¦ÀíÒâ¼û