Re: Incorrect guile pkg-config --libs and --cflags

2013-04-24 Thread Mark H Weaver
Daniel Hartwig writes: > On 15 April 2013 19:58, Daniel Hartwig wrote: >> or peculiar to the linker, libguile on your system, other? > > I see that this is related to the linker in fedora, which debian seems > also in the process of supporting. Indirect linkage like this is out > (apparently),

thinking out loud: wip-rtl, ELF, pages, and mmap

2013-04-24 Thread Andy Wingo
Hi, I've been working on wip-rtl recently. The goal is to implement good debugging. I'll give a bit of background and then get to my problem. In master, ".go" files are written in the ELF format. ELF is nice because it embodies common wisdom on how to structure object files, and this wisdom ap

Re: thinking out loud: wip-rtl, ELF, pages, and mmap

2013-04-24 Thread dsmich
Andy Wingo wrote: ... > Then I realized: why am I doing all of this if the kernel has a virtual > memory system already that does all this for me? > > So I have a new plan, I think. I'll change the linker to always emit > sections and segments that correspond exactly in their on-disk lay