Opened 17 years ago

Closed 17 years ago

Last modified 17 years ago

#915 closed defect (invalid)

1.0rc2 fails to link on Solaris 10

Reported by: vishnudead@… Owned by: diego@…
Priority: normal Component: build system
Version: HEAD Severity: critical
Keywords: Cc:
Blocked By: Blocking:
Reproduced by developer: no Analyzed by developer: no

Description

I had been using MPlayer-1.0rc1 on SunOS 5.10, then upgraded to MPlayer-1.0rc2. I get the following compilation error:

collect2: ld returned 1 exit status
gmake: * [mplayer] Error 1

Attachments (1)

jack.txt (6.2 KB ) - added by vishnudead@… 17 years ago.
Compilation output

Download all attachments as: .zip

Change History (6)

by vishnudead@…, 17 years ago

Attachment: jack.txt added

Compilation output

comment:1 by vishnudead@…, 17 years ago

comment:2 by diego@…, 17 years ago

bug_file_loc: http://pastebin.com/mc99a54a
Status: newassigned

One of the linker options must be causing you trouble. Can you try removing -export-dynamic from the linker flags?

comment:3 by vishnudead@…, 17 years ago

(In reply to comment #2)

One of the linker options must be causing you trouble. Can you try removing
-export-dynamic from the linker flags?

'-export-dynamic' is equivalent to '-rdynamic'. When I run gmake it prints out that it couldn't recognise the '-rdynamic' flag.

And, removing '-export-dynamic' doesn't make any improvements but that it prints "gcc: unrecognized option `-rdynamic'" along with the whole stuff.

comment:4 by diego@…, 17 years ago

Resolution: invalid
Status: assignedclosed

I have no idea what is causing this linking issue. My gut feeling is that your system is broken. Try disabling options in configure until you find a configuration that links to convince me otherwise. Until then I consider this bug INVALID.

comment:5 by diego@…, 17 years ago

Summary: MPlayer-1.0rc2 not compiling on Solaris1.0rc2 fails to link on Solaris 10
Note: See TracTickets for help on using tickets.