10-20-2006
What are you trying to install? Can you provide the name of the program? Older programs might require editing a makefile or config.h file to set it up for your system.
Is it a perl package? Is there a Makefile.pl in the directory? You'd have to run "perl Makefile.pl" which would build the correct makefile.
Perhaps the binary has already been created. How about if you run "make distclean"? This will remove all temporary files and the binary so you can build again.
Is there a README or INSTALL file? Docs? The problem for us is we don't have enough information. The two solutions I just noted don't quite match what you're posting as output. How about a list of the files in the main directory? Are you in the right directory when you run the ./configure command?
Carl
9 More Discussions You Might Find Interesting
1. UNIX for Dummies Questions & Answers
I'm trying to get RedHat 7.0 working on a Dell Latitude c600/c610 working. Well the graphics driver anyway.
See no matter what I configure it wont work. Run Xconfigurator and it wont have the right drivers installed for me to pick etc etc. So I'll run Xconfigurator get a generic driver,... (1 Reply)
Discussion started by: merlin
1 Replies
2. UNIX for Dummies Questions & Answers
I just recently installed Redhat linux 7.3 on an old machine and had a question. I had some problems installing and traced them to my sound card. Not wanting to waste time, I selected the smallest download possible (without doing a custom install). I didn't install any of the four optional packages... (4 Replies)
Discussion started by: elpinchegringo
4 Replies
3. UNIX for Dummies Questions & Answers
I'm new to Linux & Unix in general. I have a system running Windows XP & i have a Linux RedHat 7.0 guest OS running in a Virtual Machine (VMware 3.0) now, i have to install the VMware tools for the Linux OS but i don't know how to install anything in Linux. How do i go about it? (i already have the... (1 Reply)
Discussion started by: da_gee
1 Replies
4. UNIX for Dummies Questions & Answers
I am presently trying to install linux on my machine that is already running Win XP. I have tried several different versions. I began with a Mandrake Linux installation cd. I could not bring up the graphical installer so I proceeded with the text installer. Somehow I managed to partition my hard... (6 Replies)
Discussion started by: bobotoes
6 Replies
5. Linux
but where can i download some ebooks about linux howto?
i am a newcomer.
thank you in advance :-) (3 Replies)
Discussion started by: A8harrying
3 Replies
6. Linux
Hi there!!!
I'm new to unix n linux .....i want to learn Linux....I heard that loading Linux u must have high sys config ...Current i've a sys with Win 98....
My system configuration:
Intel Pentium III (800 MHz)
RAM 64MB
HDD 9GB free space in E:\
Current OS windows 98
Could u suggest me... (2 Replies)
Discussion started by: visix
2 Replies
7. UNIX for Dummies Questions & Answers
I use windows Xp, and I am going to format my HD and make some partitions..
I want to have windows Xp and Linux installed in diferent partions.
I want it so when my computer boots, I can choose which OS I would like to load.
I have never installed or used Linux.
so I would like to know if... (3 Replies)
Discussion started by: vit8484
3 Replies
8. UNIX for Advanced & Expert Users
Hi
On Linux systems there is a command called "column".
column - columnate lists
Synopsis
column -tx] -c columns] -s sep] file ...]
Description
The column utility formats its input into multiple columns. Rows are filled before columns. Input is taken from file operands, or,... (3 Replies)
Discussion started by: slashdotweenie
3 Replies
9. Linux
hi
i am new with linux. i have installed fedora 16 for my application to running ROMS model. in ROMS site has written that: there are one way to provide the location for the NetCDF files (and optional HDF5 library). If you are always going to be using the same compiler on each system, you can... (1 Reply)
Discussion started by: komijani
1 Replies
LEARN ABOUT DEBIAN
config::model::models::debian::dpkg
Config::Model::models::Debian::Dpkg(3pm) User Contributed Perl Documentation Config::Model::models::Debian::Dpkg(3pm)
NAME
Config::Model::models::Debian::Dpkg - Configuration class Debian::Dpkg
VERSION
version 2.021
DESCRIPTION
Configuration classes used by Config::Model
Model of Debian source package files (e.g debian/control, debian/copyright...)
Elements
my_config
This element contains a set of parameters to tune the behavior of this dpkg editor. You can for instance specify e-mail replacements. These
parameters are stored in ~/.dpkg-meta.yml or ~/.local/share/.dpkg-meta.yml. These parameters can be applied to all Debian packages you
maintain in this unix account.Optional. Type node.
control
Package control file. Specifies the most vital (and version-independent) information about the source package and about the binary packages
it creates.Optional. Type node.
rules - package build rules
debian/rules is a makefile containing all intructions required to build a debian package.Optional. Type string.
copyright - copyright and license information
copyright and license information of all files contained in this package. Optional. Type node.
source
Optional. Type node.
clean - list of files to clean
list of files to remove when dh_clean is run. Files names can include wild cards. For instance:
build.log
Makefile.in
*/Makefile.in
*/*/Makefile.in
Optional. Type list of uniline.
patches
Optional. Type hash of node.
compat
compat file defines the debhelper compatibility level. Optional. Type integer. default: '9'.
dirs - Extra directories
This file specifies any directories which we need but which are not created by the normal installation procedure (make install DESTDIR=...
invoked by dh_auto_install). This generally means there is a problem with the Makefile.
Files listed in an install file don't need their directories created first.
It is best to try to run the installation first and only use this if you run into trouble. There is no preceding slash on the directory
names listed in the dirs file. Optional. Type list of uniline.
docs
This file specifies the file names of documentation files we can have dh_installdocs(1) install into the temporary directory for us.
By default, it will include all existing files in the top-level source directory that are called BUGS, README*, TODO etc. Optional. Type
list of uniline.
SEE ALSO
o cme
o Config::Model::models::Debian::Dpkg::Control
o Config::Model::models::Debian::Dpkg::Copyright
o Config::Model::models::Debian::Dpkg::Meta
o Config::Model::models::Debian::Dpkg::Patch
o Config::Model::models::Debian::Dpkg::Source
AUTHOR
Dominique Dumont
COPYRIGHT
2010,2011 Dominique Dumont
LICENSE
LGPL2
perl v5.14.2 2012-11-09 Config::Model::models::Debian::Dpkg(3pm)