View previous topic :: View next topic |
Author |
Message |
bevenson
Joined: 31 Jan 2007 Posts: 3
|
Posted: Thu Feb 08, 2007 9:09 pm Post subject: Problems installing bc |
|
|
I'm currently using Lunar v. 1.6.1 with kernel 2.6.18.2. It's a pretty fresh installation, the only modules I've added/updated so far are glibc, makedev, mtools, cdrtools, busybox and Linux-PAM. If I try "lin bc", it gets bc v. 1.06, and tries to compile it. The compile breaks because the makefile has a line in it that says "LEX = flex -I8", and it says "8" is not a valid option.
However, I downloaded v. 1.06 of bc from the GNU website, un tarred it, then did the commands, "./configure", "make", "make install", and it installed just fine. The interesting thing was the line "LEX = flex -I8" was in this makefile too.
Anyone have any idea why getting the same version of bc from GNU and manually installing it would be different than "lin bc"?
Thanks,
Bryan |
|
Back to top |
|
 |
engelsman
Joined: 21 Aug 2005 Posts: 131 Location: Netherlands
|
Posted: Fri Feb 09, 2007 5:21 pm Post subject: lin v manual installation |
|
|
The lunar core tools call a setup script that reinitialises some of the environment variables such as PATH to a known state. This is one reason why you may see different behaviour between the installation via lin, and the installation by hand.
Note that if you install programs manually, no record is kept of the installation, and the lunar core tools won't be able to keep things up to date, track dependencies properly, etc. |
|
Back to top |
|
 |
dveatch
Joined: 12 Aug 2005 Posts: 18 Location: Port Saint Lucie, Florida
|
Posted: Fri Feb 09, 2007 9:22 pm Post subject: |
|
|
bc lin's just fine here. I suggest you try "lunar fix" and then relin bc to see if the clears your problem. _________________ You can tune a piano but you can't tuna fish. |
|
Back to top |
|
 |
|