This is the mail archive of the gas2@sourceware.cygnus.com mailing list for the gas2 project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
On Wed, 14 Aug 1996, Nick Ing-Simmons wrote: > > #include <assert.h> > > int optind[30000], optarg[30000]; > ... > FWIW - gcc-2.7.2 (using /usr/ccs/bin/ld) , Solaris 2.5 > > gcc x.c -o x > ld: warning: symbol `optind' has differing sizes: > (file /var/tmp/cca006vl1.o value=0x1d4c0; file /usr/lib/libc.so value=0x4); > /usr/lib/libc.so definition taken > ld: warning: symbol `optarg' has differing sizes: > (file /var/tmp/cca006vl1.o value=0x1d4c0; file /usr/lib/libc.so value=0x4); > /usr/lib/libc.so definition taken > pluto 5% x > Segmentation Fault (core dumped) > > Identical results with SunPro cc ... Both broken! Ruediger Helsch <rh@unifix.de>