RE: fmemopen support in GCC for solaris on SPARC m/c

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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@xxxxxxxxxxxxx]
Sent: Tuesday, September 23, 2003 1:31 AM
To: gcc-help@xxxxxxxxxxx
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 of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux