Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 136542 - xine-lib-1.1.2_pre20060328-r9 doesn't compile against gcc 3.3.6
Summary: xine-lib-1.1.2_pre20060328-r9 doesn't compile against gcc 3.3.6
Status: RESOLVED DUPLICATE of bug 132122
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-12 07:06 UTC by Sergio Rodríguez
Modified: 2006-06-12 07:09 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sergio Rodríguez 2006-06-12 07:06:24 UTC
This xine-lib version won't compile, as it uses -fvisibility flag, missing in gcc 3.3.6:

i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../include -I../../include -I../../src -I../../src/xine-engine -I../../src/xine-engine -I../../src/xine-utils -I../../src/input -I../../src/input -I../../lib -DXINE_COMPILE -fvisibility=hidden -DNDEBUG -D_REENTRANT -D_FILE_OFFSET_BITS=64 -DXINE_COMPILE -DENABLE_IPV6 -O2 -march=athlon-xp -fomit-frame-pointer -frename-registers -ffunction-sections -c audio_file_out.c  -fPIC -DPIC -o .libs/xineplug_ao_out_file_la-audio_file_out.o
cc1: error: unrecognized option `-fvisibility=hidden'

Is there any possibility to correct this without forcing user to upgrade to gcc 3.4?
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-06-12 07:09:16 UTC
(In reply to comment #0)
> Is there any possibility to correct this without forcing user to upgrade to gcc
> 3.4?

No, sorry. Upgrade your gcc.

http://www.gentoo.org/doc/en/gcc-upgrading.xml



*** This bug has been marked as a duplicate of 132122 ***