Sponsored Content
Top Forums UNIX for Dummies Questions & Answers Error message while software installation Post 302960264 by harpreetmanku04 on Friday 13th of November 2015 12:15:43 AM
Old 11-13-2015
Code:
csm@csm-HP-Z420:~/Desktop/microtar-0.9.6$ sudo make install
Making install in ViennaRNA-1.7.2
make[1]: Entering directory `/home/csm/Desktop/microtar-0.9.6/ViennaRNA-1.7.2'
Making install in lib
make[2]: Entering directory `/home/csm/Desktop/microtar-0.9.6/ViennaRNA-1.7.2/lib'
make[3]: Entering directory `/home/csm/Desktop/microtar-0.9.6/ViennaRNA-1.7.2/lib'
/bin/bash ../mkinstalldirs /usr/local/lib
 /usr/bin/install -c -m 644 libRNA.a /usr/local/lib/libRNA.a
 ranlib /usr/local/lib/libRNA.a
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/home/csm/Desktop/microtar-0.9.6/ViennaRNA-1.7.2/lib'
make[2]: Leaving directory `/home/csm/Desktop/microtar-0.9.6/ViennaRNA-1.7.2/lib'
Making install in H
make[2]: Entering directory `/home/csm/Desktop/microtar-0.9.6/ViennaRNA-1.7.2/H'
make[3]: Entering directory `/home/csm/Desktop/microtar-0.9.6/ViennaRNA-1.7.2/H'
make[3]: Nothing to be done for `install-exec-am'.
/bin/bash ../mkinstalldirs /usr/local/include/ViennaRNA
 /usr/bin/install -c -m 644 energy_par.h /usr/local/include/ViennaRNA/energy_par.h
 /usr/bin/install -c -m 644 pair_mat.h /usr/local/include/ViennaRNA/pair_mat.h
 /usr/bin/install -c -m 644 RNAstruct.h /usr/local/include/ViennaRNA/RNAstruct.h
 /usr/bin/install -c -m 644 dist_vars.h /usr/local/include/ViennaRNA/dist_vars.h
 /usr/bin/install -c -m 644 fold.h /usr/local/include/ViennaRNA/fold.h
 /usr/bin/install -c -m 644 part_func.h /usr/local/include/ViennaRNA/part_func.h
 /usr/bin/install -c -m 644 stringdist.h /usr/local/include/ViennaRNA/stringdist.h
 /usr/bin/install -c -m 644 edit_cost.h /usr/local/include/ViennaRNA/edit_cost.h
 /usr/bin/install -c -m 644 fold_vars.h /usr/local/include/ViennaRNA/fold_vars.h
 /usr/bin/install -c -m 644 profiledist.h /usr/local/include/ViennaRNA/profiledist.h
 /usr/bin/install -c -m 644 treedist.h /usr/local/include/ViennaRNA/treedist.h
 /usr/bin/install -c -m 644 energy_const.h /usr/local/include/ViennaRNA/energy_const.h
 /usr/bin/install -c -m 644 inverse.h /usr/local/include/ViennaRNA/inverse.h
 /usr/bin/install -c -m 644 PS_dot.h /usr/local/include/ViennaRNA/PS_dot.h
 /usr/bin/install -c -m 644 utils.h /usr/local/include/ViennaRNA/utils.h
 /usr/bin/install -c -m 644 params.h /usr/local/include/ViennaRNA/params.h
 /usr/bin/install -c -m 644 subopt.h /usr/local/include/ViennaRNA/subopt.h
 /usr/bin/install -c -m 644 cofold.h /usr/local/include/ViennaRNA/cofold.h
 /usr/bin/install -c -m 644 duplex.h /usr/local/include/ViennaRNA/duplex.h
 /usr/bin/install -c -m 644 alifold.h /usr/local/include/ViennaRNA/alifold.h
 /usr/bin/install -c -m 644 aln_util.h /usr/local/include/ViennaRNA/aln_util.h
 /usr/bin/install -c -m 644 part_func_co.h /usr/local/include/ViennaRNA/part_func_co.h
 /usr/bin/install -c -m 644 ProfileAln.h /usr/local/include/ViennaRNA/ProfileAln.h
 /usr/bin/install -c -m 644 LPfold.h /usr/local/include/ViennaRNA/LPfold.h
 /usr/bin/install -c -m 644 Lfold.h /usr/local/include/ViennaRNA/Lfold.h
 /usr/bin/install -c -m 644 part_func_up.h /usr/local/include/ViennaRNA/part_func_up.h
make[3]: Leaving directory `/home/csm/Desktop/microtar-0.9.6/ViennaRNA-1.7.2/H'
make[2]: Leaving directory `/home/csm/Desktop/microtar-0.9.6/ViennaRNA-1.7.2/H'
make[2]: Entering directory `/home/csm/Desktop/microtar-0.9.6/ViennaRNA-1.7.2'
make[3]: Entering directory `/home/csm/Desktop/microtar-0.9.6/ViennaRNA-1.7.2'
make[3]: Nothing to be done for `install-exec-am'.
/bin/bash ./mkinstalldirs /usr/local/share/ViennaRNA
 /usr/bin/install -c -m 644 vienna13.par /usr/local/share/ViennaRNA/vienna13.par
 /usr/bin/install -c -m 644 default.par /usr/local/share/ViennaRNA/default.par
make[3]: Leaving directory `/home/csm/Desktop/microtar-0.9.6/ViennaRNA-1.7.2'
make[2]: Leaving directory `/home/csm/Desktop/microtar-0.9.6/ViennaRNA-1.7.2'
make[1]: Leaving directory `/home/csm/Desktop/microtar-0.9.6/ViennaRNA-1.7.2'
make[1]: Entering directory `/home/csm/Desktop/microtar-0.9.6'
make[2]: Entering directory `/home/csm/Desktop/microtar-0.9.6'
/bin/bash ./mkinstalldirs /usr/local/bin
  /usr/bin/install -c microtar /usr/local/bin/microtar
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/csm/Desktop/microtar-0.9.6'
make[1]: Leaving directory `/home/csm/Desktop/microtar-0.9.6'
csm@csm-HP-Z420:~/Desktop/microtar-0.9.6$

now it is giving this error Smilie
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

unix based message board software??

hello i'm looking for a unix based software program to create a message board on a speciality car related website i am donating my time to develop. since i am a mac person with only javascript knowledge, no unix i need a very easy to admin. application. free or cheap. thanks james (2 Replies)
Discussion started by: jamesjames
2 Replies

2. UNIX for Dummies Questions & Answers

Software installation

I'm attempting to download gnu common lisp software on mac os x unix and having trouble with the ./configure command. It gives an error of: Unable to guess machine type use configure --enable-machine=XXX, for XXX such that h/XXX.defs exists, ie in h/386-bsd.defs h/FreeBSD.defs h/NeXT.defs.... ... (1 Reply)
Discussion started by: xaosai
1 Replies

3. Solaris

Software Installation

Hi All, I am new to Solaris Platform . I would like to know whether the machine on which I am working has Oracle9 installed on it or no? How do I proceed? Regards SONAL (3 Replies)
Discussion started by: sonbag_pspl
3 Replies

4. Solaris

Software Installation Help - Newbie

Let me start off by saying that I am by no means a unix person. I am tasked to install log4cxx on a brand new machine but it looks like we need the apr, apr-utils, libtool, make, autoconf, automake, and gcc packages just to install log4cxx. Our machine came with no c compiler so I couldn't build... (6 Replies)
Discussion started by: JohnRodey
6 Replies

5. AIX

Software Installation Problem

HI Everybody, I am a newbie of using AIX, would you mind telling me how to setup JOE and OpenSSH in AIX 5L 5.3. Thanks! Hugo (0 Replies)
Discussion started by: tknl
0 Replies

6. Solaris

Software installation help

Hi, I'm new to solaris basically, with a decent background in linux. But everything seems to have jsut enough differances to be problematic. two things i need answered are 1) How do i alter the network settings in Solaris 2.5.1? 2) how do i go about installing netscape (already got... (3 Replies)
Discussion started by: netstat
3 Replies

7. UNIX for Advanced & Expert Users

Software installation

Hi, Like Windows XP OS, when we will install a software it will go by default to C drive's Program file directory. So similarly if we will install the software in the Linux OS, where it will go by default ? (4 Replies)
Discussion started by: rajesh08
4 Replies

8. Solaris

Reg Error Message during LAN Drivers installation

Hi Friends, I Tried to install the LAN Drivers Manually in my Intel Home PC, This was the Error i got During the Installation can i know what is the cause to get this Error. pkgadd: ERROR: unable to create symbloic link from </var/sadm/pkg/RTL8139/predepend> to </usr/options/RTL8139.name>... (3 Replies)
Discussion started by: kurva
3 Replies

9. HP-UX

Software installation on HP-UX system

Hello, I work on an oil rig offshore with limited resources at my disposal at the moment. We have been trying to repair one of our IMS stations, but no one out here is familiar with UNIX and our ABB service rep is spotty at best. The machine is an HP 9000 running HP-UX 10.20. We are trying... (2 Replies)
Discussion started by: abollmeyer
2 Replies

10. UNIX for Beginners Questions & Answers

Manual software installation

Hi everyone, As you probably have guessed from the title, I am totally new to the Linux world. I am trying to get a program called Quantum to run. From what I could gather while reading on-line, programs in Linux usually come in packages. It this case however, I only have the archive with... (10 Replies)
Discussion started by: vy4kov
10 Replies
All times are GMT -4. The time now is 06:27 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy