Re: [links] javascript support in links, what does it mean?
Chris Green <[email protected]> Mon, 8 Nov 2004 18:13:03 +0000
| Newsgroups | gmane.comp.web.links.list |
|---|---|
| Message-ID | <[email protected]> |
On Mon, Nov 08, 2004 at 05:55:58PM +0000, Chris Green wrote:
> On Mon, Nov 08, 2004 at 05:58:53PM +0100, Vedran LjuboviĆ? wrote:
> > On Monday 08 November 2004 17:21, Chris Green wrote:
> > > On Mon, Nov 08, 2004 at 03:39:29PM +0000, Chris Green wrote:
> > > > I downloaded it on another machine with a GUI browser and FTP'ed
> > > > the file to here and gunzip said there was a CRC error in the
> > > > file.
> > >
> > > Aaarrgghh!!! Silly me, I forgot that Solaris FTP defaults to ASCII
> > > mode (it's a silly default though).
> > >
> > > Anyway that still doesn't help much as there doesn't seem to be a
> > > configure script in the tarball.
> >
> > Have you tried my tarball? I'm positive that there is a configure script
> > there.
> >
> I'm just getting it now. It'll be tomorrow probably before I've built
> and installed in useful places.
>
Well it didn't take long to try and build it, however the make failas
as follows after what appears to be a successful ./configure:-
---------------------------------------------------------
Configuration results:
GPM support: NO
FreeType support: NO
Lua support: NO
SSL support: YES
Javascript enabled: YES
Graphics enabled: NO
Form saving/loading enabled: NO
xterm for OS/2 support: NO
"links" executable: dynamic
---------------------------------------------------------
areti$ make
make all-recursive
make[1]: Entering directory `/home/chris/build/links-hacked'
Making all in utils
/home/chris/build/links-hacked/utils
make[2]: Entering directory `/home/chris/build/links-hacked/utils'
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -MT generate_font.o -MD
-MP -MF ".deps/generate_font.Tpo" \
-c -o generate_font.o `test -f 'generate_font.c' || echo
'./'`generate_font.c; \
then mv ".deps/generate_font.Tpo" ".deps/generate_font.Po"; \
else rm -f ".deps/generate_font.Tpo"; exit 1; \
fi
gcc -g -O2 -rdynamic -o generate_font generate_font.o -lssl
-lcrypto -ldl -lbz2 -lz -ldl -lm
generate_font.o(.text+0x542): In function `get_png_dimensions':
/home/chris/build/links-hacked/utils/generate_font.c:184: undefined
reference to `png_create_read_struct'
generate_font.o(.text+0x54d):/home/chris/build/links-hacked/utils/generate_font.c:186:
undefined reference to `png_create_info_struct'
generate_font.o(.text+0x55f):/home/chris/build/links-hacked/utils/generate_font.c:187:
undefined reference to `png_init_io'
generate_font.o(.text+0x56e):/home/chris/build/links-hacked/utils/generate_font.c:188:
undefined reference to `png_read_info'
generate_font.o(.text+0x57d):/home/chris/build/links-hacked/utils/generate_font.c:189:
undefined reference to `png_get_image_width'
generate_font.o(.text+0x591):/home/chris/build/links-hacked/utils/generate_font.c:190:
undefined reference to `png_get_image_height'
generate_font.o(.text+0x5a8):/home/chris/build/links-hacked/utils/generate_font.c:191:
undefined reference to `png_destroy_read_struct'
collect2: ld returned 1 exit status
make[2]: *** [generate_font] Error 1
make[2]: Leaving directory `/home/chris/build/links-hacked/utils'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/chris/build/links-hacked'
make: *** [all] Error 2
Why is it looking for png and font things when I said no graphics?
--
Chris Green ([email protected])
"Never ascribe to malice, that which can be explained by incompetence."
_______________________________________________
Links-list mailing list
[email protected]
http://linuxfromscratch.org/mailman/listinfo/links-list