#915 closed defect (invalid)
1.0rc2 fails to link on Solaris 10
Reported by: | Owned by: | ||
---|---|---|---|
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)
Change History (6)
by , 17 years ago
comment:1 by , 17 years ago
comment:2 by , 17 years ago
bug_file_loc: | http://pastebin.com/mc99a54a |
---|---|
Status: | new → assigned |
One of the linker options must be causing you trouble. Can you try removing -export-dynamic from the linker flags?
comment:3 by , 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 , 17 years ago
Resolution: | → invalid |
---|---|
Status: | assigned → closed |
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 , 17 years ago
Summary: | MPlayer-1.0rc2 not compiling on Solaris → 1.0rc2 fails to link on Solaris 10 |
---|
Compilation output