#4651: gcc-10.1.0
--------------------+-----------------------
 Reporter:  renodr  |       Owner:  lfs-book
     Type:  task    |      Status:  new
 Priority:  normal  |   Milestone:  9.2
Component:  Book    |     Version:  SVN
 Severity:  normal  |  Resolution:
 Keywords:          |
--------------------+-----------------------

Comment (by thomas):

 gdbm::
   it came up with
 {{{
 /usr/bin/ld: ./libgdbmapp.a(parseopt.o):(.bss+0x8): multiple definition of
 `parseopt_program_args'; gdbm_load.o:(.data+0x140): first defined here
 }}}

   had to add
 {{{
 CFLAGS="$CFLAGS -fcommon" \
 ./configure ...
 }}}
   while in cross-chap5 it was not neccessary

--
Ticket URL: <http://wiki.linuxfromscratch.org/lfs/ticket/4651#comment:1>
LFS Trac <http://wiki.linuxfromscratch.org/lfs/>
Linux From Scratch: Your Distro, Your Rules.
-- 
http://lists.linuxfromscratch.org/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to