Search Results

Search: Posts Made By: z7ql
Forum: Programming 10-15-2013
4,520
Posted By jim mcnamara
Sounds like it stopped after it ran libtool with...
Sounds like it stopped after it ran libtool with --mode=compile mode. See if you can run libtool again with --mode=link to produce .a and .so libraries.

libtool is a wrapper for gcc, ln, ar, and...
Forum: Programming 09-28-2013
2,600
Posted By achenle
A larger buffer won't help. Setting the buffer...
A larger buffer won't help. Setting the buffer size to zero won't help. The problem is that each vfprintf() call can generate multiple calls to write() - the calls that actually write the data to...
Forum: Programming 09-28-2013
2,600
Posted By Don Cragun
Whether you use fprintf() or vfprintf() (or...
Whether you use fprintf() or vfprintf() (or putc(), putchar(), printf(), dprintf(), etc.) doesn't matter. What matters is:

using append mode in all of your fopen() calls and
using unbuffered...
Showing results 1 to 3 of 3

 
All times are GMT -4. The time now is 03:35 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy