This is the mail archive of the libc-hacker@sourceware.cygnus.com mailing list for the glibc project.


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

2.0.7 on Hurd: Problem linking sln



Hi,

we've just got the appended bug report for glibc 2.0.7pre5 on the Hurd.

The rule for linking sln in elf/Makefile is:
$(objpfx)sln: $(objpfx)sln.o
        $(CC) -nostdlib -nostartfiles -o $@ $(sysdep-LDFLAGS) -static         \
              $(addprefix $(csu-objpfx),start.o) $(+preinit)                  \
              $(filter-out $(addprefix $(csu-objpfx),start.o) $(+preinit)     \
                $(link-extra-libs) $(common-objpfx)libc% $(+postinit),$^)     \
              $(link-extra-libs) $(common-objpfx)libc.a $(gnulib) $(+postinit)

Is there an elegant way to add libmachuser/libhurduser?  Could
somebody running Hurd look into this, please?

Thanks,
Andreas

-- 
 Andreas Jaeger   aj@arthur.rhein-neckar.de    jaeger@informatik.uni-kl.de
  for pgp-key finger ajaeger@alma.student.uni-kl.de



>Number:         748
>Category:       libc
>Synopsis:       elf/sln cannot be linked successfully
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    libc-gnats
>State:          open
>Class:          sw-bug
>Submitter-Id:   unknown
>Arrival-Date:   Tue Aug 18 17:10:02 EDT 1998
>Last-Modified:
>Originator:     okuji@kuicr.kyoto-u.ac.jp
>Organization:
net
>Release:        2.0.7pre5
>Environment:
i586-gnu
>Description:
`glibc-2.0.7pre5/elf/sln' cannot be linked because of undefined symbols. These symbols
exists in `hurd/libhurduser.a' and `mach/libmachuser.a', but it isn't linked with them.
I don't know what solution is good, because it's a system-dependent problem.
>How-To-Repeat:

>Fix:
>Audit-Trail:
>Unformatted:




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