swarm-support
[Top][All Lists]
Advanced

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

Re: asprintf not portable?


From: Marcus G. Daniels
Subject: Re: asprintf not portable?
Date: 23 Feb 2000 12:22:58 -0800
User-agent: Gnus/5.070084 (Pterodactyl Gnus v0.84) Emacs/20.4

>>>>> "PJ" == Paul Johnson <address@hidden> writes:

PJ> I'm trying to take an app from linux to windows and the usage of
PJ> asprintf seems to be a cause of trouble. 

asprintf is a GNU C library extension (glibc).  Cygwin isn't based on glibc.

PJ> Is this just the kind of thing programmers have to put up with
PJ> all the time?

C programmers, yes.  One can either avoid using such features and have
very portable programs, or use them, and include autoconf/preprocessor
checks to provide on demand the (free source code) routines you want.

                  ==================================
   Swarm-Support is for discussion of the technical details of the day
   to day usage of Swarm.  For list administration needs (esp.
   [un]subscribing), please send a message to <address@hidden>
   with "help" in the body of the message.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]