Wierd problems with posix_memalign...

Alexandre Oliva aoliva@redhat.com
Fri Aug 15 05:10:00 GMT 2003


On Aug 14, 2003, Kimmo Fredriksson <kfredrik@cs.joensuu.fi> wrote:

> I'm having troubles with posix_memalign.

You seem to be having problems finding the best place in which to
discuss your problems too :-) GCC knows nothing about posix_memalign.
That's a function implemented by the C library, and GCC doesn't
contain a C library, it only uses the C library bundled with whatever
operating system you use.  In your case, that would be glibc.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                 aoliva@{redhat.com, gcc.gnu.org}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist                Professional serial bug killer



More information about the Gcc-help mailing list