Find the answer to your Linux question:
Results 1 to 7 of 7
What is the command to compile a program in OpenSuse? I tried "make" but it said that it isn't a command. Am i using it wrong or somthing?...
  1. #1
    Just Joined!
    Join Date
    Feb 2008
    Posts
    21

    Compiling Program

    What is the command to compile a program in OpenSuse? I tried "make" but it said that it isn't a command. Am i using it wrong or somthing?

  2. #2
    Linux Newbie
    Join Date
    Nov 2007
    Location
    Planet Earth
    Posts
    152
    Which kind of program do you want to compile? ... make is a generic util to build things (such as source code of program of a specific programming language with a specific compiler)....

    So, e.g., if you're going to compile a c++ program, you need a compiler such as gcc... I'm not sure about suse, but almost all distros have a package for basic development (some compilers, make, and other nice stuff)...
    EOF

  3. #3
    Blackfooted Penguin daark.child's Avatar
    Join Date
    Apr 2006
    Location
    West Yorks
    Posts
    4,344
    If make is not installed on your system, then install it using YAST. If you installed using the live or KDE/GNOME discs, then they won't have many development tools. You will need to enable the main OSS repository (YAST -> Software -> Repositories) and then install the development tools you need.

  4. #4
    Just Joined!
    Join Date
    Feb 2008
    Posts
    21

    Clarifacation

    sorry for being so vague. I am trying to get a program called ndiswrapper on my linux latop. I do no have internet on my laptop so i downloaded with my windows box and used a flash drive to put it on my laptop. In the manual installation files it said to run make or make install to compile the program but it tells me that there is no program on Suse called "make". how do i go about compiling this program?

  5. #5
    Blackfooted Penguin daark.child's Avatar
    Join Date
    Apr 2006
    Location
    West Yorks
    Posts
    4,344
    If possible, plugin your laptop into a wired connection and follow the insructions I posted above to setup the main OSS software repository. After that search for ndiswrapper in YAST -> Software Software Management and select it for installation. If you cannot access a wired connection, then I suggest you look for an openSUSE 10.3 dvd and set it up as an installation source then use YAST to install ndiswrapper.

  6. #6
    Linux Newbie harner's Avatar
    Join Date
    Jun 2004
    Location
    PA, USA
    Posts
    209
    Another suggestion:
    Download the ndiswrapper RPM file off the net and put it somewhere on your laptop.

    Then, run
    Code:
    rpm -Uvh ndiswrapper.filename.rpm
    I praise Webmin and PuTTy!
    Registered Linux User: 439431

  7. #7
    Just Joined!
    Join Date
    Feb 2008
    Posts
    21
    My wired connection doesn't work either and there is no .rpm for the file that i could find. Is there any other alternatives?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...