Re: getpagesize() problems
Michele Alberti <[email protected]>
| Newsgroups | gmane.linux.lib.dietlibc |
|---|---|
| Message-ID | <[email protected]> |
Thanks Indan for your gentle answers. > > Sorry, it does indeed hardcodes the path, I checked again. In that > case it's easiest to distribute the whole diet source with your > source distribution, which makes sense anyway. Or require dietlibc > as a dependency (lots of distributions have a package for it). What about to emulate "diet" work? Like: cc -nostdlib -static -L/opt/diet/lib-i386 /opt/diet/lib-i386/start.o -isystem /opt/diet/include -D__dietlibc__ /opt/diet/lib-i386/libc.a -lgcc but I know, you just tell me that maybe "diet" makes other work. Ciao, michele