POV-Ray : Newsgroups : povray.unix : undefined reference to[..] / TIFF/JPEG : Re: undefined reference to[..] / TIFF/JPEG Server Time
28 Jul 2024 10:18:17 EDT (-0400)
  Re: undefined reference to[..] / TIFF/JPEG  
From: marabou
Date: 3 Aug 2002 22:05:31
Message: <3d4c8beb@news.povray.org>
Warp wrote:

> marabou <not### [at] availablenet> wrote:
>> -L/usr/X11R6/lib -lpng -lz -lm  -lX11
> 
>   I see no -ljpeg -ltiff there. Could that be the problem?
> 
i can not see them, too. this were my options in makefile, and definately 
there i see -ljpeg and -ltiff:

--cut--
CXXFLAGS = -O2 $(NOMULTICHAR)
# LDFLAGS = -static
LDFLAGS = -rdynamic
EXTRA_DIST = xpovicon.xbm xpovmask.xbm xpovicon.xpm
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = conf.h
CONFIG_CLEAN_FILES =
PROGRAMS =  $(bin_PROGRAMS)

CPPFLAGS =
LIBS = -ltiff -ljpeg -lpng -lz -lm
X_CFLAGS =
X_LIBS =
--cut--


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.