jplove71 Premium Member join:2001-03-16 Scottsdale, AZ |
jplove71
Premium Member
2002-Jun-26 3:15 pm
Need help in compiling source code.I downloaded the source code for KSetiSpy and I need to compile it. How do I go about doing that? |
|
benyto Premium Member join:2000-07-09 Chico, CA |
benyto
Premium Member
2002-Jun-26 3:21 pm
If it was a source tarball, then you would most likely follow these steps:
# ./configure # make # make install
There is probably a file called 'INSTALL' in the root directory of the source. Read it for further instructions. |
|
jplove71 Premium Member join:2001-03-16 Scottsdale, AZ |
jplove71
Premium Member
2002-Jun-26 3:24 pm
Thanks. The file I downloaded was a GZipped tarball. |
|
| jplove71 |
to benyto
The 'INSTALL' file said to do what you mentioned. I did that and it looks like I've run into a problem. ./configure creating cache ./config.cache checking host system type... i686-pc-linux-gnuoldld checking target system type... i686-pc-linux-gnuoldld checking build system type... i686-pc-linux-gnuoldld checking for a BSD compatible install... /usr/bin/install -c checking for -p flag to install... yes checking whether build environment is sane... yes checking whether make sets ${MAKE}... no checking for working aclocal... missing checking for working autoconf... missing checking for working automake... missing checking for working autoheader... missing checking for working makeinfo... missing checking for gcc... no checking for cc... no configure: error: no acceptable cc found in $PATH Oh yea, the linux distro is Lindows. |
|
benyto Premium Member join:2000-07-09 Chico, CA |
benyto
Premium Member
2002-Jun-26 3:39 pm
It looks to me like you are missing some packages. I don't know how Lindows categorizes their programs, but you are missing some crucial pieces of development software. You're stuck in a bit of a quandry here. You don't have a compiler, so you can't compile the compiler so you can compile programs. Follow so far?  You'll need to see if you can install Lindows' pre-compiled binaries for gcc, automake, autoconf, etc. They'll probably be listed under a heading like "Development" or "Programming Tools". Something like that, anyhow. |
|
jplove71 Premium Member join:2001-03-16 Scottsdale, AZ |
jplove71
Premium Member
2002-Jun-26 3:42 pm
said by benyto: They'll probably be listed under a heading like "Development" or "Programming Tools". Something like that, anyhow.
I sure hope those are on the CD. If not, I'm gonna have to look elsewhere. |
|
drjim MVM join:2000-06-13 Long Beach, CA |
to benyto
SOME packages? Geez...looks like he's missing MOST of them! It'll be real interesting to see if Lindows includes them on the disks. drjim |
|
jplove71 Premium Member join:2001-03-16 Scottsdale, AZ |
jplove71
Premium Member
2002-Jun-26 4:13 pm
I don't think they will. Everything is 'Click-n-Run' in this OS meaning that I have to go to the Lindows site and download/install from there if I want to use their stuff. Right now, I'm looking for something that will install .rpm's. |
|
benyto Premium Member join:2000-07-09 Chico, CA |
to drjim
Ok, yeah, you're right. He's missing them all.  I'm curious if they include them, too. |
|
jplove71 Premium Member join:2001-03-16 Scottsdale, AZ |
jplove71
Premium Member
2002-Jun-26 4:19 pm
Well, it seems that the 'link' on my Lindows desktop to my CD-ROM drive isn't configured properly. I'm getting an error 'file or directory file:/mnt/amnt/cdrom1 doesn't exist'. That's rather odd because I installed Lindows from CD. |
|
| jplove71 |
jplove71
Premium Member
2002-Jun-26 4:22 pm
I just checked the execute properties for the link and it shows 'kfmclient openProfile filemanagement "/mnt/amnt/cdrom1"' in the command window. KDE is the desktop environment. |
|
Jon_HansonMountain Dew Rules Premium Member join:2001-07-09 Gilbert, AZ |
Maybe it's cdrom0? Do you have more than one CD-ROM? |
|
|
jplove71 Premium Member join:2001-03-16 Scottsdale, AZ |
jplove71
Premium Member
2002-Jun-26 5:31 pm
On that system I only have one CD-ROM drive. |
|
Jon_HansonMountain Dew Rules Premium Member join:2001-07-09 Gilbert, AZ |
See if you can edit that link and change it to cdrom0. Try right-clicking on the link to bring up its properties. |
|
jplove71 Premium Member join:2001-03-16 Scottsdale, AZ |
jplove71
Premium Member
2002-Jun-26 5:36 pm
I changed it to cdrom0 and I get the same error message. |
|
kleemanReduce blood pressure. Ignore trolls join:2000-07-29 Whately, MA |
to jplove71
Seemes to me that there is a basic problem here. If you are interested in compiling things from source you shouldn't be using Lindows since there is virtually no development infrastructure by design. I compile things from source a lot and use Mandrake which is pretty newbie friendly. This latter distro has most of the developmental structure you need and is fairly efficiently organized package wise. Just my two cents worth ignore if you like.... |
|
jplove71 Premium Member join:2001-03-16 Scottsdale, AZ |
jplove71
Premium Member
2002-Jun-26 7:07 pm
I now know why I was getting the error message. I put the CD into the wrong system. Doh! Anyways, now that that's solved, what am I looking for? |
|
Jon_HansonMountain Dew Rules Premium Member join:2001-07-09 Gilbert, AZ |
You're looking for all of the development tools since you seem to have none installed. |
|
jplove71 Premium Member join:2001-03-16 Scottsdale, AZ |
jplove71
Premium Member
2002-Jun-26 7:28 pm
Those would be in the DEV subdirectory on the CD correct? If so, I'm SOL. It's empty. |
|
hotshotDJHave You Kissed Your Dj Today? Premium Member join:2001-12-02 Weatogue, CT |
Go to » www.lindows.com and look at the "Click & Run Warehouse." There is a category called "Software Development" which looks like it has everything you need. I've never used Lindows, so thats about all the help I can be. Good Luck! |
|
jplove71 Premium Member join:2001-03-16 Scottsdale, AZ |
jplove71
Premium Member
2002-Jun-26 7:50 pm
I've already looked and there's just one small problem... I'm not a Lindows Insider so I don't have the luxury of being able to 'Click-n-Run' what I need. I'm borrowing the CD from a friend to take a peek at it. With what I've seen so far, I'm leaning towards purchasing Lindows in the very near future. |
|
drjim MVM join:2000-06-13 Long Beach, CA |
drjim
MVM
2002-Jun-26 7:59 pm
Hmmmmm....The old 'Rock-and-a-Hard Spot' gambit. I can't get the tools I need unless I buy it, and I'm not sure I want to buy it unless it does what I want. Maybe your friend can get you the stuff you need? Good Luck! drjim |
|
jplove71 Premium Member join:2001-03-16 Scottsdale, AZ |
jplove71
Premium Member
2002-Jun-26 8:07 pm
He probably can but that brings me to another dilemna of sorts. Since it's 'Click-n-Run', how would he be able to give me the software that I would need since it's installed after it's downloaded? Would he be able to just copy what I would need onto a CD and give that to me to install? |
|
hotshotDJHave You Kissed Your Dj Today? Premium Member join:2001-12-02 Weatogue, CT |
to jplove71
Lindows Insider?said by jplove71: I'm not a Lindows Insider so I don't have the luxury of being able to 'Click-n-Run' what I need.
Your inability to use Click-n-Run because your not a "Lindows Insider" caught my interest. I looked around the Lindows website and saw what you were talking about. With Mandrake, RedHat and SuSE (the only three distro's I have experience with) you have access to updates and software without having to pay a $99 per year subscription. Unless you have some compelling reason to use Lindows, you may wish to try one of the "mainstream" distro's before buying Lindows. |
|
drjim MVM join:2000-06-13 Long Beach, CA |
to jplove71
Re: Need help in compiling source code.Well, never having given Lindows more than a passing look, I guess I don't know. Can he come over and login on your PC? drjim |
|
jplove71 Premium Member join:2001-03-16 Scottsdale, AZ |
jplove71
Premium Member
2002-Jun-26 8:40 pm
said by drjim: Well, never having given Lindows more than a passing look, I guess I don't know. Can he come over and login on your PC? drjim
Sure, if he were to fly here from Chicago.  |
|
drjim MVM join:2000-06-13 Long Beach, CA |
drjim
MVM
2002-Jun-26 8:58 pm
Uhhhh....gee....It never occurred to me he was out-of-state! Oh well.... drjim |
|
jplove71 Premium Member join:2001-03-16 Scottsdale, AZ |
jplove71
Premium Member
2002-Jun-26 9:00 pm
said by drjim: Uhhhh....gee....It never occurred to me he was out-of-state! Oh well.... drjim
LOL |
|
| jplove71 |
to hotshotDJ
Re: Lindows Insider?said by hotshotDJ: without having to pay a $99 per year subscription.
Hmmm... I was under the impression that it was a one-time fee. I'll have to double-check that. |
|
hotshotDJHave You Kissed Your Dj Today? Premium Member join:2001-12-02 Weatogue, CT |
said by jplove71: Hmmm... I was under the impression that it was a one-time fee. I'll have to double-check that.
Here is what it says at » www.lindows.com/lindows_ ··· gnup.phpsaid by Lindows: What do we ask of you?
* A $99 fee for a one year membership * Your feedback about our plans, our products and our future direction
Join now and help us shape the development of a cutting edge product with your valuable feedback. Together, we can bring choice to the desktop computer!
Perhaps I'm mistaken, but it looks to me like they want you to pay $99 per year to beta test for them. |
|