avr-libc-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [avr-libc-dev] pngtopnm


From: Theodore A. Roth
Subject: Re: [avr-libc-dev] pngtopnm
Date: Fri, 8 Nov 2002 12:20:13 -0800 (PST)

I thought I'd set up the configure script to replace the pngtopnm and
pnmtopng progs with cat.

Can you show me what PNGTOPNM is set to in doc/api/Makefile? Mine says
this:

PNGTOPNM = pngtopnm
PNMTOPNG = pnmtopng

If configure can't find either, you should see this:

PNGTOPNM = cat
PNMTOPNG = cat


On Fri, 8 Nov 2002, E. Weddington wrote:

:) Hello Ted, Joerg:
:)
:) I'm attempting to build avrlibc on a Cygwin platform.(ack!) The build
:) dies because it cand find pngtopnm. According to the search that I've
:) done, there is no win32 executable of pngtopnm (and its inverse).
:)
:) This brings up a number of issues. A complete project build cannot be
:) done on Windows without this program. My guess is, this is only used
:) for the documentation part, right? Can I build the rest of the
:) software without the documentation? Can an alternate solution be
:) found for all platforms, without trying to create a win32 version of
:) pngtopnm?

You should be able to disable building of docs as such:

  ./doconf --disable-html-doc --disable-ps-doc --disable-pdf-doc

In reality, there should be a single option to disable building of any
docs (--disable-docs).

Ted Roth





reply via email to

[Prev in Thread] Current Thread [Next in Thread]