|
| To: | "MPlayer usage questions, feature requests, bug reports" <mplayer-users@xxxxxxxxxxxx> |
| Subject: | Re: [MPlayer-users] error! |
| From: | "Steven M. Schultz" <sms@xxxxxxxx> |
| Date: | Sat, 16 Jul 2005 09:51:33 -0700 (PDT) |
| Delivered-to: | itdp@localhost |
| Delivered-to: | mplayer-users@mplayerhq.hu |
| In-reply-to: | <11332208.1121530579106.JavaMail.m_nez_j@mac.com> |
On Sat, 16 Jul 2005, Mack Johnson wrote:
> /usr/lib/libdl.dylib(dnssd_ipc.o) definition of _put_string
> ld: warning suggest use of -bind_at_load, as lazy binding may result in
> errors or different symbols being used
> ld: Undefined symbols:
> _fprintf$LDBLStub
> _printf$LDBLStub
> _snprintf$LDBLStub
> _sprintf$LDBLStub
> _sscanf$LDBLStub
...
> make: *** [mplayer] Error 1
>
> how could i fix this? thanks.
Use gcc4. You can't mix gcc3 and gcc4 compiled objects. The
system libraries were built using gcc4 but for some reason you're
trying to compile MPlayer with gcc3 - the result is the undefined
symbols error.
Use gcc_select to set the default compiler - see "man gcc_select"
Cheers,
Steven Schultz
_______________________________________________
MPlayer-users mailing list
MPlayer-users@xxxxxxxxxxxx
http://mplayerhq.hu/mailman/listinfo/mplayer-users
| [Prev in Thread] | Current Thread | [Next in Thread] |