Linux From Scratch This Forum is for the discussion of LFS.
LFS is a project that provides you with the steps necessary to build your own custom Linux system. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
07-14-2003, 03:58 AM
|
#1
|
Member
Registered: Jul 2003
Location: netherlands
Distribution: debian
Posts: 403
Rep:
|
lfs try...
Hi guys,
maybe some kind of stupid newbie question, but here it is:
i'm trying to build a lfs system, following the book from linuxfromscratch.org. it tells me to compile the binutils package with make LDFLAGS="-all-static" but this doesn't work (checking whether C/C++ compiler works: NO) how can i compile the binutils? using make LDFLAGS="-static" works, but how can i check whether it's compiled static-linked? i'm building from a slackware 9 install with gcc 3.2.2, binutils-2.14
what's happening?? 
|
|
|
07-14-2003, 04:02 AM
|
#2
|
Member
Registered: Jul 2003
Location: netherlands
Distribution: debian
Posts: 403
Original Poster
Rep:
|
owh, i've checked the CFLAGS and CXXFLAGS, but these are set to nothing... any solution?
|
|
|
07-19-2003, 03:19 PM
|
#3
|
Senior Member
Registered: Jan 2003
Posts: 2,786
|
Which LFS book are you using?
The message you mention sounds as though it's a part of the onfigure script. And based on that message, it sounds as though you don't have gcc installed, or it's not in your path.
As for it "working" with LDFLAGS="-static", that depends on the package. When trying to compile a specific package, the programmers tell it to look for specific flags. If it doesn't match what they expect, they ignore it, which might be what's happening here.
This is not conclusive proof, but look at the size of the binutils executables on your slackware system and compare them to the ones you tried to compile. If they're about the same size, then they aren't statically linked. If the LFS versions are significantly larger, then it did work.
|
|
|
09-05-2003, 08:59 PM
|
#4
|
LQ Newbie
Registered: May 2003
Distribution: Debian testing
Posts: 2
Rep:
|
i was having the same problem compiling binutils, expept i was typing " make LDFLAGS="-all-static" ", and was getting the same error, when i read you were using -static, i deleted "all" and ended up leaving the - so it was " make LDFLAGS="--static" and that compiled
hope this helps
Last edited by icyfire0573; 09-05-2003 at 09:05 PM.
|
|
|
09-06-2003, 11:52 AM
|
#5
|
Member
Registered: Jun 2003
Posts: 30
Rep:
|
do
../binutils-2.14/...........
make configure-host
make LDFLAGS="-all-static"
make install
|
|
|
All times are GMT -5. The time now is 11:14 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|