POV-Ray : Newsgroups : povray.programming : Cross-compilation possible? : Re: Cross-compilation possible? Server Time
3 May 2024 20:22:17 EDT (-0400)
  Re: Cross-compilation possible?  
From: Nicolas Alvarez
Date: 27 Feb 2008 17:57:48
Message: <47c5eaec$1@news.povray.org>

> I got *much* closer to success. All of POV-Ray, zlib, png, jpeg, fully 
> configured and compiled. Using a precompiled libtiff. On the very last 
> linking step:
> 
> ld: Undefined symbols:
> setjmp(int*)
> longjmp(int*, int)
> ___eprintf

Even closer! It was trying to link to C++ versions of setjmp and longjmp 
(note there is an argument list and there is no leading underscore). I 
had to add extern "C" in a few places. Now it's only complaining about 
___eprintf.


Post a reply to this message

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