Opened 17 years ago

Closed 16 years ago

#808 closed defect (worksforme)

ld fails to link "Undefined symbols"

Reported by: bugzilla.mplayerhq.hu@… Owned by: diego@…
Priority: normal Component: build system
Version: unspecified Severity: normal
Keywords: Cc:
Blocked By: Blocking:
Reproduced by developer: no Analyzed by developer: no

Description

make[1]: Nothing to be done for `libs'.
cc -o mplayer mplayer.o m_property.o mp_fifo.o mp_msg.o mixer.o parser-mpcmd.o subopt-helper.o command.o asxparser.o codec-cfg.o cpudetect.o edl.o find_sub.o m_config.o m_option.o m_struct.o mpcommon.o parser-cfg.o playtree.o playtreeparser.o spudec.o sub_cc.o subreader.o vobsub.o unrarlib.o libvo/libvo.a libao2/libao2.a input/libinput.a libmpcodecs/libmpcodecs.a libaf/libaf.a libmpdemux/libmpdemux.a stream/stream.a libswscale/libswscale.a libvo/libosd.a libavformat/libavformat.a libavcodec/libavcodec.a libavutil/libavutil.a libpostproc/libpostproc.a loader/libloader.a mp3lib/libmp3.a liba52/liba52.a libmpeg2/libmpeg2.a libfaad2/libfaad2.a tremor/libvorbisidec.a dvdread/libdvdread.a libdvdcss/libdvdcss.a libass/libass.a osdep/libosdep.a -lXext -lX11 -lXv -lXinerama -lXxf86vm -lGL -lcaca -lX11 -lncurses -lncurses -framework OpenAL -lfaac -lx264 -lmp3lame -L/usr/X11R6/lib -L/opt/local/lib -L/usr/X11R6/lib -L/usr/local/lib -liconv -lncurses -framework Carbon -framework QuickTime -framework CoreAudio -framework AudioUnit -framework AudioToolbox -framework Cocoa -framework QuartzCore -framework OpenGL -lpng -lz -ljpeg -framework IOKit -L/opt/local/lib -lfreetype -lz -lfontconfig -lz -I/opt/local/include -L/opt/local/lib -ltheora -logg -ldts -ldv -lxvidcore -lm -lm
/usr/bin/ld: warning multiple definitions of symbol _LoadResource
loader/libloader.a(resource.o) definition of _LoadResource in section (TEXT,text)
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore(ProjectBuilderMasterObjectFile.o) definition of _LoadResource
/usr/bin/ld: Undefined symbols:
_FT_Glyph_StrokeBorder
collect2: ld returned 1 exit status
make: * [mplayer] Error 1

Attachments (3)

config.mak (15.0 KB ) - added by bugzilla.mplayerhq.hu@… 17 years ago.
my config.mak
configure.log (142.6 KB ) - added by bugzilla.mplayerhq.hu@… 17 years ago.
my configure.log
config.h (42.8 KB ) - added by bugzilla.mplayerhq.hu@… 17 years ago.
my config.h

Download all attachments as: .zip

Change History (12)

by bugzilla.mplayerhq.hu@…, 17 years ago

Attachment: config.mak added

my config.mak

comment:1 by bugzilla.mplayerhq.hu@…, 17 years ago

by bugzilla.mplayerhq.hu@…, 17 years ago

Attachment: configure.log added

my configure.log

comment:2 by bugzilla.mplayerhq.hu@…, 17 years ago

by bugzilla.mplayerhq.hu@…, 17 years ago

Attachment: config.h added

my config.h

comment:3 by bugzilla.mplayerhq.hu@…, 17 years ago

comment:4 by bugzilla.mplayerhq.hu@…, 17 years ago

the commandline i used

PKG_CONFIG_PATH=/opt/local/lib/pkgconfig/ ./configure --prefix=/Users/gnitset --disable-aa

[0] 19:15 % ls -la /usr/local/*l*
lrwxr-xr-x 1 root wheel 18 Apr 22 17:35 /usr/local/include -> /opt/local/include
lrwxr-xr-x 1 root wheel 14 Apr 22 17:34 /usr/local/lib -> /opt/local/lib

i am using darwinports to install all extra libs i need

comment:5 by diego@…, 17 years ago

attachments.mimetype: application/octet-streamtext/plain

comment:6 by diego@…, 17 years ago

attachments.mimetype: application/octet-streamtext/plain

comment:7 by diego@…, 17 years ago

attachments.mimetype: application/octet-streamtext/plain

comment:8 by diego@…, 17 years ago

Status: newassigned

Is this still an issue?

comment:9 by diego@…, 16 years ago

Resolution: worksforme
Status: assignedclosed

No further information in almost a year, mark as WORKSFORME.

Note: See TracTickets for help on using tickets.