Tilted Forum Project Discussion Community

Tilted Forum Project Discussion Community (https://thetfp.com/tfp/)
-   Tilted Technology (https://thetfp.com/tfp/tilted-technology/)
-   -   [Linux] problem using "make" (https://thetfp.com/tfp/tilted-technology/66621-linux-problem-using-make.html)

Slavakion 08-23-2004 06:38 AM

[Linux] problem using "make"
 
When I try to make something, it looks for the directory /lib/modules/2.6.3-7mdk/build and can't find it. What is this and how do i fix it it?

Thanks

bendsley 08-23-2004 10:50 AM

Have you looked on your cd's for the package "make"? You do have to install it to get the functionality of "make" on your computer.

Since you did not post what version of mandrake you are using, I am going to give you a link to the Mandrake 10.0 "make" rpm source. Go up a folder or two to select the version of Mandrake you have.

http://mirror.cs.wisc.edu/pub/mirror...0-5mdk.src.rpm

As for your question on what "make" is?

The make utility executes a list of shell commands associated with each target, typically to create or update a file of the same name. makefile contains entries that describe how to bring a target up to date with respect to those on which it depends, which are called dependencies.

Holo 08-23-2004 11:03 AM

Yeah I hated mandrake for that...it includes make in the developer tools and if you decide you don't wanna install dev tools you don't get make.

rukkyg 08-23-2004 01:04 PM

Code:

lrwxrwxrwx    1 root    root          36 May  6  2003 build -> ../../../usr/src/linux-2.4.18-27.7.x
It would appear that you should create a symlink in /lib/modules/ as build to the source directory of your kernel.

Slavakion 08-24-2004 05:05 AM

I tried that with sources 2.6.8.1 and 2.6.7. Later I'll try 2.6.3 because I only got errors.


All times are GMT -8. The time now is 10:15 PM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2026, vBulletin Solutions, Inc.
Search Engine Optimization by vBSEO 3.6.0 PL2
© 2002-2012 Tilted Forum Project


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76