From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jesper Skov To: guinan@bluebutton.com Cc: ecos-discuss@sourceware.cygnus.com Subject: Re: [ECOS] linux .rel.got problem Date: Tue, 29 Jun 1999 00:26:00 -0000 Message-id: <14200.29996.689594.106703@lassi.cygnus.co.uk> References: X-SW-Source: 1999-06/msg00022.html >>>>> "Jamie" == Jamie Guinan writes: Jamie> On 21 Jun 1999, Jesper Skov wrote: >> >>>>> "Jesper" == Jesper Skov writes: Jesper> Below's the patch used to fix the PR: >> Which in turn introduces a problem for the ConfigTool. >> >> If you use the ConfigTool, you need to change the name of "rel_got" >> section (in all the files) to "rel__got". Jamie> Does that apply to running pkgconf.tcl manually as well? (Linux Jamie> host). No. As long as the naming is consistent it should be OK on Linux. Jamie> And a more general question: after applying your patches, is it Jamie> then necessary to run pkgconf.tcl to generate a new Jamie> /install/lib/target.ld ? There's a dependency on the i386/arch script so it should be picked up automatically. But you need to either rerun pkgconf or copy the new mlt_i386_linux_ram.ldi to your build tree by hand. Jesper