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: fmemopen support in GCC for solaris on SPARC m/c


Support of a system call is not a function of GCC; it's a function of what's in your system's libraries.  If Solaris's libraries support a function called fmemopen, then GCC will allow you to use it.  However, if Solaris doesn't support it, then you're out of luck unless you find a third-party library of some kind with the functionality you're looking for.  I just tried looking up a man page for it on Solaris 2.6 and 8, and didn't see anything.  So, I'm guessing that you're probably out of luck...

Thanks,
Lyle Taylor

-----Original Message-----
From: ravindra [mailto:ravindra@cdacindia.com]
Sent: Tuesday, September 23, 2003 1:31 AM
To: gcc-help@gcc.gnu.org
Subject: fmemopen support in GCC for solaris on SPARC m/c


hi,
        does any version of GCC for solaris-2.6 on SPARC support fmemopen?
        how to get fmemopen support in libc for solaris-2.6 on SPARC m/c

with regards
gcr
--
Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/


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