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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: PR 3646, long double signatures for math functions


On Sun, Dec 02, 2001 at 11:41:08PM -0500, Phil Edwards wrote:
> I'll try to build under Solaris and will report back.

Bootstrap of the 3.0 branch failed:

rm -f alloca.c
ln -s /local/pme/3/gcc/../libiberty/alloca.c alloca.c
gcc  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long  -DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -I. -I/local/pme/3/gcc -I/local/pme/3/gcc/. -I/local/pme/3/gcc/config -I/local/pme/3/gcc/../include \
 -c alloca.c
alloca.c:101: warning: function declaration isn't a prototype
true
gcc  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long  -DHAVE_CONFIG_H -DGENERATOR_FILE  -o gengenrtl \
 gengenrtl.o ` case "obstack.o" in ?*) echo obstack.o ;; esac ` ` case "alloca.o" in ?*) echo alloca.o ;; esac ` ` case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac `
Undefined                       first referenced
 symbol                             in file
xmalloc                             alloca.o
ld: fatal: Symbol referencing errors. No output written to gengenrtl
collect2: ld returned 1 exit status
gmake[2]: *** [gengenrtl] Error 1


-- 
If ye love wealth greater than liberty, the tranquility of servitude greater
than the animating contest for freedom, go home and leave us in peace.  We seek
not your counsel, nor your arms.  Crouch down and lick the hand that feeds you;
and may posterity forget that ye were our countrymen.            - Samuel Adams


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