It is currently Mon, 25 Sep 2023 10:15:18 GMT



 
Author Message
 "make" doesn't work
I am trying to use isapnptools on slackware 7.  When I type "make isapnp" as
the instruction say to, I get the following response:
make:  *** No rule to make target 'isapnp'. Stop

What do I need to do get "make" to work?
thanks



 Wed, 18 Jun 1902 08:00:00 GMT   
 "make" doesn't work

Have you done a ./configure yet?  If not, then this will create the necessary
makefiles in the directories.

Tracy



 Wed, 18 Jun 1902 08:00:00 GMT   
 "make" doesn't work
Hi,

In the directory you are running make there should be a file called
'Makefile' (or makefile). The error message you report seeing is caused
by 'make' not being able to find instructions on how to build the
'target' - in this case isapnp. If you edit the Makefile and search for
the character ':' you should find lines of the form

all: <list of targets>
install: blah blah
clean:

These are the so called 'rules' and would be invoked as make all, make
install, make clean (most makefiles will contain these). The first rule
in the make file is what runs when you don't give make a target (ie just
type 'make') it is possible that this will do what you want.

Check that the makefile you are running is the one you expect - ie it is
the one belonging to the isapnp package and if possible get a list of
files in the package to see if there are multiple makefiles. If so then
you can search them until you find an isapnp target.

Regards

Phil Q

--

Phil Quiney                             CSIP Demonstrator
pqui...@nortelnetworks.com              Nortel Networks,
Telephone: +44 (1279) 402363            London Rd, Harlow,
Fax:       +44 (1279) 402885            Essex CM17 9NA,
                                        United Kingdom.

"This message may contain information proprietary to Northern
Telecom so any unauthorised disclosure, copying or distribution
of its contents is strictly prohibited."



 Wed, 18 Jun 1902 08:00:00 GMT   
 "make" doesn't work
In article <DE6_3.1094$Eh5.66...@monger.newsread.com>,

Did you change to the top-level directory of the source code first?

--
Colin Watson                                           [cj...@cam.ac.uk]
Trinity College, Cambridge, and Computer Science         [riva.ucam.org]
"F(x) = d(y)/d(x)"  "This isn't the equation we're looking
 for.  Move along." - kei...@polarnet.ca, rec.arts.sf.written



 Wed, 18 Jun 1902 08:00:00 GMT   
 "make" doesn't work
You _did_ load the kernel source packages, didn't you?
And isa plug-n-play support may be in some non-kernel package you didn't
load from cdrom.

Xe <NoS...@Thank.You> wrote in article
<DE6_3.1094$Eh5.66...@monger.newsread.com>...



 Wed, 18 Jun 1902 08:00:00 GMT   
 
   [ 5 post ] 

Similar Threads

1. append ="128M" doesn't work

2. INN on Linux, "Transfer permission denied", FAQ answer doesn't work

3. "Ping" doesn't work properly

4. "host" doesn't work

5. "Cabletronic 21xx" doesn't work

6. "newkey" doesn't work

7. HELP: "volcheck" doesn't work

8. "locate" doesn't work

9. "w" doesn't work

10. "mail" doesn't work


 
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by ST Software