POV-Ray : Newsgroups : povray.unix : Compiling 3.5 source on Linux also fails : Re: Compiling 3.5 source on Linux also fails Server Time
28 Jul 2024 16:29:51 EDT (-0400)
  Re: Compiling 3.5 source on Linux also fails  
From: Joshua Nye
Date: 2 Aug 2002 14:01:57
Message: <3d4ac915$1@news.povray.org>
What version/distro of Linux are you compiling on? Do you know what version
of glibc you have? gcc/g++ version?

--josh

"Sebastian H." <seb### [at] webde> wrote in message
news:3D4### [at] webde...
> Dan schrieb:
> > Open up src/Makefile and find this line:
> >
> > LDFLAGS = -static -I/usr/X11R6/include
> > (could be a bit different but the LDFLAGS is the important line)
> >
> > change it to:
> >
> > LDFLAGS = -static -I/usr/X11R6/include -ldl
> > (note: added -ldl)
> >
> > Try that and see if it works.
> >
> > --josh
>
> Did not work, still same message. Darn!
>
> But thanks for helping.
>
> Sebastian H.
>


Post a reply to this message

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