> > I want to install a list of packages using a script. > > This does the thing: > > #!/bin/bash > > tar -zxvf X.tar.gz > cd X > ./configure > make > make install > --
yes this is one way to install from sources using make , but again OP has not not responded with details so we wait. -Satya -- l...@iitd - http://tinyurl.com/ycueutm
