--- Bill Cunningham <billcm@xxxxxxxxxxx> wrote: > > ----- Original Message ----- > From: "Paul Davis" <pjdavis@xxxxxxxxxxxxxxxxxxxxx> > To: "Bill Cunningham" <billcm@xxxxxxxxxxx> > Sent: Sunday, September 24, 2006 2:17 AM > Subject: Re: gtk > > > > Does this happen if you just don't disable the jpeg library? > > > > If I don't disable the jpeg library I get a warning in the configure > script and a makefile isn't built. I can't get the jpeg libraries I have to > compile at all. > > Bill > > _______________________________________________ > gtk-list mailing list > gtk-list@xxxxxxxxx > http://mail.gnome.org/mailman/listinfo/gtk-list > As I wrote you earlier, read the manual page on 'install' command and understand what the '-D' switch means. Then, when you make the necessary changes in you Makefile, 'make install' for libjpeg should work. And the line which performs the necessary change is: 304 $line =~ s|(/install\s+)|$1 -D |; . And if you insist you do not understand Perl, read perldoc perlre - this can be also found on the WEB. If you do not have 'perldoc' installed, man perlre should work too. I'm telling you to read the manual because that's what I did to solve the problem in my tool. --Sergei. Applications From Scratch: http://appsfromscratch.berlios.de/ __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com _______________________________________________ gtk-list mailing list gtk-list@xxxxxxxxx http://mail.gnome.org/mailman/listinfo/gtk-list