Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] CGAL-2.4 Building error(Another Error of libc_nonshared.a)

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] CGAL-2.4 Building error(Another Error of libc_nonshared.a)


Chronological Thread 
  • From: Joachim Reichel <>
  • To:
  • Subject: Re: [cgal-discuss] CGAL-2.4 Building error(Another Error of libc_nonshared.a)
  • Date: Wed, 27 Feb 2008 13:58:06 +0100

Hi,

> /usr/bin/g++ -Xlinker -shared -o ''libCGAL.so \
> `ls *.o | awk '{for (i=1; i<=NF;++i){printf "";print $i}}'`\
>
> /usr/lib/libc_nonshared.a(elf-init.oS): In function `__libc_csu_init':
> (.text+0x2b): undefined reference to `__init_array_end'
> /usr/lib/libc_nonshared.a(elf-init.oS): In function `__libc_csu_init':
> (.text+0x34): undefined reference to `__init_array_start'
> /usr/bin/ld: libCGAL.so: hidden symbol `__preinit_array_start' isn't defined
> /usr/bin/ld: final link failed: Nonrepresentable section on output
> collect2: ld returned 1 exit status
> make: *** [lib] Error 1

the problem does not seem to be CGAL-specific. Probably there is a
problem with your C library. You might get some help on a mailing list
for your linux distribution.

Joachim



Archive powered by MHonArc 2.6.16.

Top of Page