Re: printf.o HP-NonStop

2010-12-25 Thread Bruno Haible
Bruno Haible wrote: > Joachim Schmitz wrote: > > gllig/printf.o is not, but does not contain rpl_printf: > > $ nm -Pe gllib/printf.o > > E __stdio_fp > > F printf > > E rpl_vfprintf > > gllib/printf.o should define rpl_printf, not printf. I'm also observing this error o

Re: printf.o HP-NonStop

2010-12-24 Thread Bruno Haible
Joachim Schmitz wrote: > gllig/printf.o is not, but does not contain rpl_printf: > $ nm -Pe gllib/printf.o > E __stdio_fp > F printf > E rpl_vfprintf gllib/printf.o should define rpl_printf, not printf. Is some header file on your platform doing a "#undef printf" ? Bru

RE: printf.o HP-NonStop

2010-12-23 Thread Joachim Schmitz
23, 2010 1:52 PM To: Joachim Schmitz Cc: bug-gnulib@gnu.org Subject: Re: printf.o HP-NonStop Joachim Schmitz wrote: > rpl_printf missing (during linking) (and an empty .o file created) > ERROR [1210]: >test-stdio-c++.o (.rodata + 0x10): unresolved reference to rpl_printf.

Re: printf.o HP-NonStop

2010-12-23 Thread Bruno Haible
Joachim Schmitz wrote: > rpl_printf missing (during linking) (and an empty .o file created) > ERROR [1210]: >    test-stdio-c++.o (.rodata + 0x10): unresolved reference to rpl_printf. Hmm, an empty .o file indicates some other kind of error. Is it reproducible when you try to build print