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.
|
 |
11-11-2002, 01:47 PM
|
#1
|
Senior Member
Registered: Jul 2001
Location: 406292E 290755N
Distribution: GNU/Linux Slackware 8.1, Redhat 8.0, LFS 4.0
Posts: 1,004
Rep:
|
Why can't imlib fing the jpeg header files?
Is this a bug in the imlib configure file?
more /etc/ld.so.conf
# Begin /etc/ld.so.conf
/usr/local/lib
/opt/lib
/usr/lib
/usr/include
# End /etc/ld.so.conf
in the imlib directory, I do the following (first running ldconfig):
./configure --prefix=/usr --includedir=/usr/include && make && make install
which aborts with:
checking for sys/ipc.h... no
checking for sys/shm.h... no
checking X11/extensions/XShm.h... yes
checking for jpeg_destroy_decompress in -ljpeg... yes
checking for jpeglib.h... no
configure: error: *** JPEG header file not found ***
So with jpeglib.h sitting in both /usr/include and copied just in case to /usr/lib, why can't imlib see it?
Any ideas?
|
|
|
11-11-2002, 02:06 PM
|
#2
|
LQ Guru
Registered: Jun 2001
Location: South Alabama
Distribution: Fedora / RedHat / SuSE
Posts: 7,163
Rep:
|
try this
CPPFLAGS=-w ./configure --prefix=/usr --includedir=/usr/include
|
|
|
11-11-2002, 02:27 PM
|
#3
|
Senior Member
Registered: Jul 2001
Location: 406292E 290755N
Distribution: GNU/Linux Slackware 8.1, Redhat 8.0, LFS 4.0
Posts: 1,004
Original Poster
Rep:
|
I am truly impressed.
Thanks DavidPhillips
PS. What does the preprocessor flag -w mean ? with?
Last edited by Bert; 11-11-2002 at 02:31 PM.
|
|
|
11-11-2002, 03:01 PM
|
#4
|
LQ Guru
Registered: Jun 2001
Location: South Alabama
Distribution: Fedora / RedHat / SuSE
Posts: 7,163
Rep:
|
not really sure what it stands for
|
|
|
11-12-2002, 08:07 AM
|
#5
|
Senior Member
Registered: Dec 2001
Location: The Netherlands
Distribution: Ubuntu
Posts: 1,316
Rep:
|
-w Inhibits all warning messages.
I assume you are compiling with a more recent version of gcc which will give an extra warning message which confuses the configure script. By disabling warning messages it continues without problems.
|
|
|
05-05-2005, 12:27 PM
|
#6
|
LQ Newbie
Registered: Mar 2005
Location: India
Posts: 11
Rep:
|
i am having the same problem.
i tried this
CPPFLAGS=-w ./configure --prefix=/usr --includedir=/usr/include
but still its not working.
wht might be the problem
|
|
|
05-06-2005, 05:30 PM
|
#7
|
Senior Member
Registered: Aug 2003
Location: Birkenhead/Britain
Distribution: Linux From Scratch
Posts: 2,073
Rep:
|
This thread is more than two years old. It's unlikely that you're having the same problem. Why don't you start your own thread and give more detail about what you did and what error message you got.
|
|
|
All times are GMT -5. The time now is 05:30 AM.
|
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
|
|