From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: References: Date: Wed, 28 Nov 2012 13:22:30 +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=047d7b33c66468702c04cf8d3868 Subject: Re: [9fans] Linking error with 8l, guys, could you tell Topicbox-Message-UUID: e9f975f8-ead7-11e9-9d60-3106f5b1d025 --047d7b33c66468702c04cf8d3868 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable but what is _most_ likely is that you really have them initialized two times. just do g '(op|et)names ?=3D' you should find 4 initializations. just delete the redundant ones. 2012/11/28 Bence F=C3=A1bi=C3=A1n > 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. > > --047d7b33c66468702c04cf8d3868 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
but what is _most_ likely is that you really= have them initialized two times.
just do
g '(op|et)names ?=3D'
you should find 4 initializations. just delete the redundant ones.

<= div class=3D"gmail_quote">2012/11/28 Bence F=C3=A1bi=C3=A1n <begnoc@gmail.c= om>
DATA =C2=A0opnames<1>+116(SB)/4,$strin= g<1>+739(SB)
and
DATA =C2=A0etnames<1)+72(SB)/4,= $string<1>+912(SB)

are the second initializations of both opnames an= d etnames.
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.

--047d7b33c66468702c04cf8d3868--