This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: egcs and perl5.005


At 05:31 19.06.98 , Alex Buell wrote:
>Hi guys,
>
>I recently tried to recompile perl5.005 with egcs-1.0.3a and glibc-2.0.94.
>Here's the result of my output:
>
>`sh  cflags libperl.so doio.o` -fpic doio.c
>	  CCCMD =  cc -DPERL_CORE -c -Dbool=char -DHAS_BOOL -I/usr/local/include
-O2   
>doio.c: In function `Perl_do_ipcctl':
>doio.c:1337: storage size of `unsemds' isn't known
>doio.c:1377: storage size of `semun' isn't known
>make: *** [doio.o] Error 1
>
>What does this mean?

That's a perl<-->glibc-2.0.94 problem, glibc-2.0.94 doesn't define the
union semun, the user (perl) has to do that. Report to the perl author so
he can update his configure scripts.

Franz.



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]