This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Wierd problems with posix_memalign...


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]