On May 6, 2010, at 1:25 PM, Achim Mueller wrote:

> I tried the same now but still get the following (linker) problem:
> 
> Undefined symbols:
>  "_IsMovieDone", referenced from:
>      _Thread_PlaySound_QuickTime in sound.o
>  "_NewMovieFromFile", referenced from:
>      _PlaySound_QuickTime in sound.o
>  "_OpenMovieFile", referenced from:
>      _PlaySound_QuickTime in sound.o
>  "_GetMovieTimeBase", referenced from:
>      _PlaySound_QuickTime in sound.o
>  "_MoviesTask", referenced from:
>      _Thread_PlaySound_QuickTime in sound.o
>  "_SetMovieTime", referenced from:
>      _PlaySound_QuickTime in sound.o
>  "_StartMovie", referenced from:
>      _PlaySound_QuickTime in sound.o
>  "_EnterMovies", referenced from:
>      _PlaySound_QuickTime in sound.o
>  "_DisposeMovie", referenced from:
>      _Thread_PlaySound_QuickTime in sound.o
>  "_CloseMovieFile", referenced from:
>      _PlaySound_QuickTime in sound.o
> 
> Ciao
> 
> Achim

Seems like what I got when I tried to build a 64-bit gnubg. The Quicktime 
framework was only 32-bit. But if you configured with  ./configure 
--enable-threads CFLAGS=-arch i386 LDFLAGS=-arch i386 this shouldn't have 
happened.

Sorry to be unhelpful. Maybe post/send your config.log?

_______________________________________________
Bug-gnubg mailing list
Bug-gnubg@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-gnubg

Reply via email to