Hi Mark,

I think I had the same problem as you and had found the fix from Internet,
here is the procedure to fix your problem,

IR=-I/usr/local/include
CPPFLAGS="$IR $IR/libart-2.0 $IR/freetype2 $IR/libpng12"
LDFLAGS="-L/usr/local/lib"
CFLAGS=-03
export CPPFLAGS LDFLAGS CFLAGS

this should make configure run smoothly, but I'm not sure that will make the
compiling run properly, which had been sent to this maillist yesterday
without any reply:(

Hope this help you.

Tiger Wang


2008/2/18, Andy Riebs <[EMAIL PROTECTED]>:
>
> Hi Mark,
>
> From the information that you've provided, one might conclude that
> you're trying to build rrd-tool version 0.19 with a COBOL compiler
> running on an Atari game console, using the command  "cobble --noquick"
> and the error message you are getting is "Floppy device is too fast to
> be slow."
>
> Do I have that right? Are there other details that you can provide that
> might improve the readers' understanding and help us to answer your
> question?
>
> Regards,
> /andy
>
> Mark Smith wrote:
> > Hello All,
> > I am currently having problems with trying to build rrd-tool. I get the
> > error about being unable to find FreeType2, LibPNG, and LibArt. I know I
> > have to edit the compile flags, but I don't know how to and where to do
> > this, any help would be appreciated.
> >
> > Thanks
> > Mark Smith
> >
> > --
> > This message has been scanned for viruses and
> > dangerous content by MailScanner, and is
> > believed to be clean.
> >
> > _______________________________________________
> > rrd-users mailing list
> > [email protected]
> > https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users
>
> _______________________________________________
> rrd-users mailing list
> [email protected]
> https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users
>
_______________________________________________
rrd-users mailing list
[email protected]
https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users

Reply via email to