[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gnash] compile issues with libpng
From: |
Cedric Roux |
Subject: |
Re: [Gnash] compile issues with libpng |
Date: |
Wed, 1 Feb 2006 10:01:47 +0100 (CET) |
On Tue, 31 Jan 2006, Mike Zupan wrote:
> /opt/libpng/include: file not recognized: Is a directory
> collect2: ld returned 1 exit status
> make: *** [gnash] Error 1
I had the same problem.
It seems the autoconf/automake stuff is not correct, it forgets
to add -I and -L to non standard directories, so that when
you specify '/opt/libpng/include' it won't pass
'-I /opt/libpng/include' but directly '/opt/libpng/include'
which gcc won't like at all.
Can some autoconf/automake specialist check it and fix it?
Take care,
Cédric.
- Re: [Gnash] compile issues with libpng,
Cedric Roux <=