Thanks again J, is that compulsory each time one installs something new?<br><br><div class="gmail_quote">On Fri, Dec 24, 2010 at 2:50 PM, Justin A. Lemkul <span dir="ltr">&lt;<a href="mailto:jalemkul@vt.edu">jalemkul@vt.edu</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div class="im">Quoting Sergio Manzetti &lt;<a href="mailto:sergio.manzetti@vestforsk.no">sergio.manzetti@vestforsk.no</a>&gt;:<br>

<br>
</div><div class="im">&gt; Thanks J, I think I will install Ubuntu entirely first, because I just tried<br>
&gt; to install FFTW now, and managed only to get to make install, then I got<br>
&gt; permission denied messages, so even though I thought I was the admin, I am<br>
&gt; seemingly not.<br>
&gt;<br>
<br>
</div>Before blowing away your system, use &quot;sudo make install,&quot; which will prompt you<br>
for your password and should work if you actually are an admin.<br>
<font color="#888888"><br>
-Justin<br>
</font><div><div></div><div class="h5"><br>
&gt; On Fri, Dec 24, 2010 at 2:44 PM, Justin A. Lemkul &lt;<a href="mailto:jalemkul@vt.edu">jalemkul@vt.edu</a>&gt; wrote:<br>
&gt;<br>
&gt; &gt; Quoting Sergio Manzetti &lt;<a href="mailto:sergio.manzetti@vestforsk.no">sergio.manzetti@vestforsk.no</a>&gt;:<br>
&gt; &gt;<br>
&gt; &gt; &gt; Thanks Justin, here is it the copy-out:<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; sergio@sergio-laptop:~/Desktop/gromacs-4.5.3$ ./configure<br>
&gt; &gt; &gt; checking build system type... i686-pc-linux-gnu<br>
&gt; &gt; &gt; checking host system type... i686-pc-linux-gnu<br>
&gt; &gt; &gt; checking for a BSD-compatible install... /usr/bin/install -c<br>
&gt; &gt; &gt; checking whether build environment is sane... yes<br>
&gt; &gt; &gt; checking for a thread-safe mkdir -p... /bin/mkdir -p<br>
&gt; &gt; &gt; checking for gawk... gawk<br>
&gt; &gt; &gt; checking whether make sets $(MAKE)... yes<br>
&gt; &gt; &gt; checking how to create a ustar tar archive... gnutar<br>
&gt; &gt; &gt; checking for cc... cc<br>
&gt; &gt; &gt; checking for C compiler default output file name... a.out<br>
&gt; &gt; &gt; checking whether the C compiler works... yes<br>
&gt; &gt; &gt; checking whether we are cross compiling... no<br>
&gt; &gt; &gt; checking for suffix of executables...<br>
&gt; &gt; &gt; checking for suffix of object files... o<br>
&gt; &gt; &gt; checking whether we are using the GNU C compiler... yes<br>
&gt; &gt; &gt; checking whether cc accepts -g... yes<br>
&gt; &gt; &gt; checking for cc option to accept ISO C89... none needed<br>
&gt; &gt; &gt; checking for style of include used by make... GNU<br>
&gt; &gt; &gt; checking dependency style of cc... gcc3<br>
&gt; &gt; &gt; checking dependency style of cc... gcc3<br>
&gt; &gt; &gt; checking how to run the C preprocessor... cc -E<br>
&gt; &gt; &gt; checking for grep that handles long lines and -e... /bin/grep<br>
&gt; &gt; &gt; checking for egrep... /bin/grep -E<br>
&gt; &gt; &gt; checking whether ln -s works... yes<br>
&gt; &gt; &gt; checking whether cc accepts -O3... yes<br>
&gt; &gt; &gt; checking whether cc accepts -msse2... yes<br>
&gt; &gt; &gt; checking whether cc accepts -funroll-all-loops... yes<br>
&gt; &gt; &gt; checking whether cc accepts -std=gnu99... yes<br>
&gt; &gt; &gt; checking whether cc accepts -fexcess-precision=fast... no<br>
&gt; &gt; &gt; checking whether cc accepts  -O3 -fomit-frame-pointer -finline-functions<br>
&gt; &gt; &gt; -Wall -Wno-unused -msse2 -funroll-all-loops -std=gnu99... yes<br>
&gt; &gt; &gt; checking for ANSI C header files... yes<br>
&gt; &gt; &gt; checking for sys/types.h... yes<br>
&gt; &gt; &gt; checking for sys/stat.h... yes<br>
&gt; &gt; &gt; checking for stdlib.h... yes<br>
&gt; &gt; &gt; checking for string.h... yes<br>
&gt; &gt; &gt; checking for memory.h... yes<br>
&gt; &gt; &gt; checking for strings.h... yes<br>
&gt; &gt; &gt; checking for inttypes.h... yes<br>
&gt; &gt; &gt; checking for stdint.h... yes<br>
&gt; &gt; &gt; checking for unistd.h... yes<br>
&gt; &gt; &gt; checking for unistd.h... (cached) yes<br>
&gt; &gt; &gt; checking sys/time.h usability... yes<br>
&gt; &gt; &gt; checking sys/time.h presence... yes<br>
&gt; &gt; &gt; checking for sys/time.h... yes<br>
&gt; &gt; &gt; checking sched.h usability... yes<br>
&gt; &gt; &gt; checking sched.h presence... yes<br>
&gt; &gt; &gt; checking for sched.h... yes<br>
&gt; &gt; &gt; checking for sysconf... yes<br>
&gt; &gt; &gt; checking for the pthreads library -lpthreads... no<br>
&gt; &gt; &gt; checking whether pthreads work without any flags... no<br>
&gt; &gt; &gt; checking whether pthreads work with -Kthread... no<br>
&gt; &gt; &gt; checking whether pthreads work with -kthread... no<br>
&gt; &gt; &gt; checking for the pthreads library -llthread... no<br>
&gt; &gt; &gt; checking whether pthreads work with -pthread... yes<br>
&gt; &gt; &gt; checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE<br>
&gt; &gt; &gt; checking if more special flags are required for pthreads... no<br>
&gt; &gt; &gt; checking for cc_r... cc<br>
&gt; &gt; &gt; checking if atomic operations are supported... yes<br>
&gt; &gt; &gt; checking whether byte ordering is bigendian... no<br>
&gt; &gt; &gt; checking that size_t can hold pointers... yes<br>
&gt; &gt; &gt; checking for SIGUSR1... yes<br>
&gt; &gt; &gt; checking for pipes... yes<br>
&gt; &gt; &gt; checking floating-point format... IEEE754 (little-endian byte and word<br>
&gt; &gt; &gt; order)<br>
&gt; &gt; &gt; checking whether ln -s works... yes<br>
&gt; &gt; &gt; checking whether make sets $(MAKE)... (cached) yes<br>
&gt; &gt; &gt; checking for a sed that does not truncate output... /bin/sed<br>
&gt; &gt; &gt; checking for ld used by cc ... /usr/bin/ld<br>
&gt; &gt; &gt; checking if the linker (/usr/bin/ld) is GNU ld... yes<br>
&gt; &gt; &gt; checking for /usr/bin/ld option to reload object files... -r<br>
&gt; &gt; &gt; checking for BSD-compatible nm... /usr/bin/nm -B<br>
&gt; &gt; &gt; checking how to recognise dependent libraries... pass_all<br>
&gt; &gt; &gt; checking dlfcn.h usability... yes<br>
&gt; &gt; &gt; checking dlfcn.h presence... yes<br>
&gt; &gt; &gt; checking for dlfcn.h... yes<br>
&gt; &gt; &gt; checking for g++... no<br>
&gt; &gt; &gt; checking for c++... no<br>
&gt; &gt; &gt; checking for gpp... no<br>
&gt; &gt; &gt; checking for aCC... no<br>
&gt; &gt; &gt; checking for CC... no<br>
&gt; &gt; &gt; checking for cxx... no<br>
&gt; &gt; &gt; checking for cc++... no<br>
&gt; &gt; &gt; checking for cl.exe... no<br>
&gt; &gt; &gt; checking for FCC... no<br>
&gt; &gt; &gt; checking for KCC... no<br>
&gt; &gt; &gt; checking for RCC... no<br>
&gt; &gt; &gt; checking for xlC_r... no<br>
&gt; &gt; &gt; checking for xlC... no<br>
&gt; &gt; &gt; checking whether we are using the GNU C++ compiler... no<br>
&gt; &gt; &gt; checking whether g++ accepts -g... no<br>
&gt; &gt; &gt; checking dependency style of g++... none<br>
&gt; &gt; &gt; checking the maximum length of command line arguments... 32768<br>
&gt; &gt; &gt; checking command to parse /usr/bin/nm -B output from cc  object... failed<br>
&gt; &gt; &gt; checking for objdir... .libs<br>
&gt; &gt; &gt; checking for ar... ar<br>
&gt; &gt; &gt; checking for ranlib... ranlib<br>
&gt; &gt; &gt; checking for strip... strip<br>
&gt; &gt; &gt; checking if cc  supports -fno-rtti -fno-exceptions... no<br>
&gt; &gt; &gt; checking for cc  option to produce PIC... -fPIC<br>
&gt; &gt; &gt; checking if cc  PIC flag -fPIC works... yes<br>
&gt; &gt; &gt; checking if cc  static flag -static works... yes<br>
&gt; &gt; &gt; checking if cc  supports -c -o file.o... yes<br>
&gt; &gt; &gt; checking whether the cc  linker (/usr/bin/ld) supports shared<br>
&gt; &gt; libraries...<br>
&gt; &gt; &gt; yes<br>
&gt; &gt; &gt; checking dynamic linker characteristics... GNU/Linux ld.so<br>
&gt; &gt; &gt; checking how to hardcode library paths into programs... immediate<br>
&gt; &gt; &gt; checking whether stripping libraries is possible... yes<br>
&gt; &gt; &gt; checking for shl_load... no<br>
&gt; &gt; &gt; checking for shl_load in -ldld... no<br>
&gt; &gt; &gt; checking for dlopen... no<br>
&gt; &gt; &gt; checking for dlopen in -ldl... yes<br>
&gt; &gt; &gt; checking whether a program can dlopen itself... yes<br>
&gt; &gt; &gt; checking whether a statically linked program can dlopen itself... no<br>
&gt; &gt; &gt; checking if libtool supports shared libraries... yes<br>
&gt; &gt; &gt; checking whether to build shared libraries... no<br>
&gt; &gt; &gt; checking whether to build static libraries... yes<br>
&gt; &gt; &gt; configure: creating libtool<br>
&gt; &gt; &gt; appending configuration tag &quot;CXX&quot; to libtool<br>
&gt; &gt; &gt; appending configuration tag &quot;F77&quot; to libtool<br>
&gt; &gt; &gt; checking for special C compiler options needed for large files... no<br>
&gt; &gt; &gt; checking for _FILE_OFFSET_BITS value needed for large files... 64<br>
&gt; &gt; &gt; checking for _LARGEFILE_SOURCE value needed for large files... no<br>
&gt; &gt; &gt; checking for sqrt in -lm... yes<br>
&gt; &gt; &gt; checking for fftw3.h... configure: error: Cannot find the default<br>
&gt; &gt; external<br>
&gt; &gt;<br>
&gt; &gt; Here&#39;s an error...<br>
&gt; &gt;<br>
&gt; &gt; &gt; FFT library (fftw3).<br>
&gt; &gt; &gt; Other alternatives are &#39;fftw2&#39;, or &#39;mkl&#39; for Intel MKL.<br>
&gt; &gt; &gt; You are STRONGLY recommended to use one of these - fftw is free.<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; Use CPPFLAGS and LDFLAGS if the library is installed in a<br>
&gt; &gt; &gt; non-standard location. (see FAQ at <a href="http://www.gromacs.org" target="_blank">http://www.gromacs.org</a>)<br>
&gt; &gt;<br>
&gt; &gt; ...and the possible solution. Custom installation options are discussed in<br>
&gt; &gt; the<br>
&gt; &gt; installation instructions. If you have FFTW installed, you&#39;ll have to<br>
&gt; &gt; specify<br>
&gt; &gt; header and library locations with CPPFLAGS and LDFLAGS, respectively. If<br>
&gt; &gt; you<br>
&gt; &gt; didn&#39;t install FFTW, start over and read about the prerequisites before<br>
&gt; &gt; trying<br>
&gt; &gt; to configure again.<br>
&gt; &gt;<br>
&gt; &gt; -Justin<br>
&gt; &gt;<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; If you dont care about performance you can also specify &#39;fftpack&#39;<br>
&gt; &gt; &gt; to use a slower set of FFTs built into Gromacs.<br>
&gt; &gt; &gt; (Just install FFTW3 unless you really know what you are doing).<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; sergio@sergio-laptop:~/Desktop/gromacs-4.5.3$ make<br>
&gt; &gt; &gt; make: *** No targets specified and no makefile found.  Stop.<br>
&gt; &gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; ========================================<br>
&gt; &gt;<br>
&gt; &gt; Justin A. Lemkul<br>
&gt; &gt; Ph.D. Candidate<br>
&gt; &gt; ICTAS Doctoral Scholar<br>
&gt; &gt; MILES-IGERT Trainee<br>
&gt; &gt; Department of Biochemistry<br>
&gt; &gt; Virginia Tech<br>
&gt; &gt; Blacksburg, VA<br>
&gt; &gt; jalemkul[at]<a href="http://vt.edu" target="_blank">vt.edu</a> | (540) 231-9080<br>
&gt; &gt; <a href="http://www.bevanlab.biochem.vt.edu/Pages/Personal/justin" target="_blank">http://www.bevanlab.biochem.vt.edu/Pages/Personal/justin</a><br>
&gt; &gt;<br>
&gt; &gt; ========================================<br>
&gt; &gt; --<br>
&gt; &gt; gmx-users mailing list    <a href="mailto:gmx-users@gromacs.org">gmx-users@gromacs.org</a><br>
&gt; &gt; <a href="http://lists.gromacs.org/mailman/listinfo/gmx-users" target="_blank">http://lists.gromacs.org/mailman/listinfo/gmx-users</a><br>
&gt; &gt; Please search the archive at<br>
&gt; &gt; <a href="http://www.gromacs.org/Support/Mailing_Lists/Search" target="_blank">http://www.gromacs.org/Support/Mailing_Lists/Search</a> before posting!<br>
&gt; &gt; Please don&#39;t post (un)subscribe requests to the list. Use the<br>
&gt; &gt; www interface or send it to <a href="mailto:gmx-users-request@gromacs.org">gmx-users-request@gromacs.org</a>.<br>
&gt; &gt; Can&#39;t post? Read <a href="http://www.gromacs.org/Support/Mailing_Lists" target="_blank">http://www.gromacs.org/Support/Mailing_Lists</a><br>
&gt; &gt;<br>
&gt;<br>
<br>
<br>
========================================<br>
<br>
Justin A. Lemkul<br>
Ph.D. Candidate<br>
ICTAS Doctoral Scholar<br>
MILES-IGERT Trainee<br>
Department of Biochemistry<br>
Virginia Tech<br>
Blacksburg, VA<br>
jalemkul[at]<a href="http://vt.edu" target="_blank">vt.edu</a> | (540) 231-9080<br>
<a href="http://www.bevanlab.biochem.vt.edu/Pages/Personal/justin" target="_blank">http://www.bevanlab.biochem.vt.edu/Pages/Personal/justin</a><br>
<br>
========================================<br>
--<br>
gmx-users mailing list    <a href="mailto:gmx-users@gromacs.org">gmx-users@gromacs.org</a><br>
<a href="http://lists.gromacs.org/mailman/listinfo/gmx-users" target="_blank">http://lists.gromacs.org/mailman/listinfo/gmx-users</a><br>
Please search the archive at <a href="http://www.gromacs.org/Support/Mailing_Lists/Search" target="_blank">http://www.gromacs.org/Support/Mailing_Lists/Search</a> before posting!<br>
Please don&#39;t post (un)subscribe requests to the list. Use the<br>
www interface or send it to <a href="mailto:gmx-users-request@gromacs.org">gmx-users-request@gromacs.org</a>.<br>
Can&#39;t post? Read <a href="http://www.gromacs.org/Support/Mailing_Lists" target="_blank">http://www.gromacs.org/Support/Mailing_Lists</a><br>
</div></div></blockquote></div><br>