473,406 Members | 2,956 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,406 software developers and data experts.

compiling 'make' w/o 'make' (?)

Now that I am trying to install Debian from a CD, I found that the
network card was not supported, I read that some dude had found a
driver for the NIC in a MSI-M662 laptot, I myself don't know what kind
of NIC is in this machine, I am going by what the dude claims.
However, after downloading the alleged driver, I had to compile it,
for that I need to have 'make', but this machine does not have the
make program, after downloading it from the GNU' FTP site, I found out
that I also have to build this program using 'make'.
As you can see I am in a vicious circle, can anyone help me get out of
it.

TIA

Nov 8 '07 #1
4 1697
ja******@gmail.com wrote:
Now that I am trying to install Debian from a CD, [..]
As you can see I am in a vicious circle, can anyone help me get out of
it.
Somebody in the newsgroup for your platform should be able to help.

Come back and post here again when you have a C++ language question.

V
--
Please remove capital 'A's when replying by e-mail
I do not respond to top-posted replies, please don't ask
Nov 8 '07 #2
On Nov 8, 2:49 pm, "jalqa...@gmail.com" <jalqa...@gmail.comwrote:
Now that I am trying to install Debian from a CD, I found that the
network card was not supported, I read that some dude had found a
driver for the NIC in a MSI-M662 laptot, I myself don't know what kind
of NIC is in this machine, I am going by what the dude claims.
However, after downloading the alleged driver, I had to compile it,
for that I need to have 'make', but this machine does not have the
make program, after downloading it from the GNU' FTP site, I found out
that I also have to build this program using 'make'.
As you can see I am in a vicious circle, can anyone help me get out of
it.

TIA
Do you have a compiler installed such as gcc? If, so, you can tear
apart the make file and enter the commands manually. All a make file
does is call the compiler with differant arguments. You can google
make to translate from a make file to manual commands. If the make
file is very large and full of macros this could be a pain though. A
better bet is to go to a newgroup for your particular distro and ask
for a solution there, as there is most definatly an easier way, but
this is the wrong place to ask it.

Nov 8 '07 #3
On Nov 8, 12:55 pm, Christopher <cp...@austin.rr.comwrote:
On Nov 8, 2:49 pm, "jalqa...@gmail.com" <jalqa...@gmail.comwrote:
Now that I am trying to install Debian from a CD, I found that the
network card was not supported, I read that some dude had found a
driver for the NIC in a MSI-M662 laptot, I myself don't know what kind
of NIC is in this machine, I am going by what the dude claims.
However, after downloading the alleged driver, I had to compile it,
for that I need to have 'make', but this machine does not have the
make program, after downloading it from the GNU' FTP site, I found out
that I also have to build this program using 'make'.
As you can see I am in a vicious circle, can anyone help me get out of
it.
TIA

Do you have a compiler installed such as gcc? If, so, you can tear
apart the make file and enter the commands manually. All a make file
does is call the compiler with differant arguments. You can google
make to translate from a make file to manual commands. If the make
file is very large and full of macros this could be a pain though. A
better bet is to go to a newgroup for your particular distro and ask
for a solution there, as there is most definatly an easier way, but
this is the wrong place to ask it.
Nov 24 '07 #4
ja******@gmail.com wrote:
However, after downloading the alleged driver, I had to compile it,
for that I need to have 'make', but this machine does not have the
make program, after downloading it from the GNU' FTP site, I found out
that I also have to build this program using 'make'.
If the source code consists of a bunch of .c files in one single
directory, it might be possible to compile them with a simple
"gcc -O2 *.c -o make". Check CFLAGS and LDFLAGS in the makefile to see
if there are some additional required command-line parameters.
Nov 24 '07 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: jmdeschamps | last post by:
Hello to all, I'm trying to get binaries for Ming but can't find them FOR PYTHON... Yes I know its a PHP group, but i believe someone as made a binary of Ming that is symbolically linked to PHP...
11
by: Arturo DiDonna | last post by:
Hello everyone. I am trying to compile someone else code and I am stuck with compilation problems using the g++ 3.3 compiler. Basically, when compiling the following code, I get this error...
0
by: David W. Fenton | last post by:
Today I was working on a hideous old app that I created a long time ago that does a lot of showing/hiding/resizing of fields on one of the forms. I had used constants to store reference values for...
10
by: Christina N | last post by:
When compiling my ASP.Net application, VS puts the new DLL under the local cached directory 'VSWebCache' in stead of on the server. How can I make it save the DLL file on the server when compiling?...
1
by: Mike Hutton | last post by:
I need some help. I am trying to set up our development environment so as to make life easy for my fellow developers (none of whom have used ASP.NET or VS.NET before). We are developing our...
2
by: etienne | last post by:
Hello, I'm trying to compile this C++ code with gcc 3.4.5 under Solaris/SPARC (from a complete application, the file is : FullLinkedList.hh) but the make fails (no problem when compiling under...
2
by: metaperl | last post by:
I've tried both Python 2.4.4 and Python 2.5. I'm trying to build from source and install under a local directory Swarm since OpenSwarm requires builds of Postgres and Python under it's control. ...
8
by: WebSnozz | last post by:
I have an application written in C that does a lot of low level stuff. It does a lot of things like casting from void*'s. I want to create a new GUI for it in either C# or MC++, but reuse the...
10
by: Tomás Ó hÉilidhe | last post by:
I'd post this on a gcc newsgroup but I'd be more productive talking to the wall. Anyway, let's say someone throws some source code at you for a particular program and says, "Just compile it, it...
9
by: bowlderyu | last post by:
Hello, all. I meet a question about compiling files. Eg., I have three files named myfile.h, myfile.c and the main.c file, and there is a function, ex, void myfun(...). If I put myfun(...) in...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.