Re: getpagesize() problems
"Indan Zupancic" <[email protected]>
| Newsgroups | gmane.linux.lib.dietlibc |
|---|---|
| Message-ID | <[email protected]> |
On Tue, August 11, 2009 12:07, Michele Alberti wrote: >>Is it that it hardcodes the paths what makes it unsuitable >> for your use? Then use the non-install version ./bin-i386/diet in the source >> tree and distribute that together with at least diet's include files and >> libs. > > Non install version would be a good solution but it seems to consider > some hardcoded paths, it considers the directory where I run make > command to build the diet. There is a way to make it considers > relative paths? No it does not, it looks at the path of the diet command and uses that to figure out where the rest is. Give it a try. > And another open problem, is there a man page devel for dietlibc? > Without it it's difficult to port the project from glibc headers to > diet ones. Just compile with diet and see what the compiler complaints about, not sure how a manpage would help with this. If you get linker errors you might need to link to libcruft, libcompat and/or libugly. Greetings, Indan