search for: lstdio

Displaying 2 results from an estimated 2 matches for "lstdio".

Did you mean: stdio
2000 Apr 05
0
Compiling samba-2.0.6 with the sfio-library under Solaris 2.6
...codepages" -DDRIVERFILE="/usr/local/samba/lib/printers.def" -DBINDIR="/usr/local/samba/bin" -DHAVE_INCLUDES_H -DPASSWD_PROGRAM="/bin/passwd" -DSMB_PASSWD_FILE="/usr/local/samba/private/smbpasswd" Using LIBS = -lsec -lgen -lsocket -lnsl -ldl -L./sfio/lib -lstdio -lsfio Compiling smbd/server.c In file included from include/includes.h:632, from smbd/server.c:22: include/smb.h:76: `_stdprintf' is an unrecognized format function type include/smb.h:81: `_stdprintf' is an unrecognized format function type include/smb.h:1344: `_stdprintf&...
2011 Dec 16
2
[LLVMdev] striping of stdio information in llvm-gcc and clang
...%g0, %g0 retl nop .Ltmp0: .size main, .Ltmp0-main .type .L.str, at object ! @.str .section .rodata.str1.1,"aMS", at progbits,1 .L.str: .asciz "Error!\n" .size .L.str, 8 Apparently the 'stderr' is not resolved in the linking stage. I tried adding '-lstdio' in the gcc link stage but it does not work. Anyone has any idea about how this problem can be resolved? Thanks, Christine