From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: References: Date: Wed, 28 Nov 2012 13:12:50 +0100 Message-ID: From: =?UTF-8?B?QmVuY2UgRsOhYmnDoW4=?= To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: multipart/alternative; boundary=e89a8ff1bfb0cf835c04cf8d15c6 Subject: Re: [9fans] Linking error with 8l, guys, could you tell Topicbox-Message-UUID: e9ae7e4a-ead7-11e9-9d60-3106f5b1d025 --e89a8ff1bfb0cf835c04cf8d15c6 Content-Type: text/plain; charset=UTF-8 DATA opnames<1>+116(SB)/4,$string<1>+739(SB) and DATA etnames<1)+72(SB)/4,$string<1>+912(SB) are the second initializations of both opnames and etnames. you can grep for them in the output of 8c -S source.c that's all i can help, cause i can't tell what $string<1>+739(SB) and $string<1>+912(SB) refer to since they are adresses. 2012/11/28 > > int num = 20; > > int num = 30; > > Looks easy to fix, but I understand where you're coming from. What > stops you from using a workaround? > > ++L > > > --e89a8ff1bfb0cf835c04cf8d15c6 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable DATA =C2=A0opnames<1>+116(SB)/4,$string<1>+739(SB)
and<= /div>
DATA =C2=A0etnames<1)+72(SB)/4,$string<1>+912(SB)

are the second initializations of both opnames and e= tnames.
you can grep for them in the output of
8c -S source.c
<= div>
that's all i can help, cause i can't tell what= =C2=A0$string<1>+739(SB) and=C2=A0$string<1>+912(SB) refer to
since they are adresses.


2012/11/28 <lucio@proxima.alt.za= >
> int num =3D 20;
> int num =3D 30;

Looks easy to fix, but I understand where you're coming from. =C2= =A0What
stops you from using a workaround?

++L



--e89a8ff1bfb0cf835c04cf8d15c6--