| Anonymous | Login | Signup for a new account | 11-10-2008 11:07 PST |
| Main | My View | View Issues | Change Log | Docs |
| Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||||
| ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
| 0001053 | [uClibc] Stdio | minor | always | 09-27-06 08:26 | 02-13-07 09:54 | ||||
| Reporter | pako | View Status | public | ||||||
| Assigned To | uClibc | ||||||||
| Priority | normal | Resolution | unable to reproduce | ||||||
| Status | closed | Product Version | 0.9.28 | ||||||
| Summary | 0001053: trans2r.c doesn't link | ||||||||
| Description |
files libc/stdio/*.c (for example uClibc-0.9.28\libc\stdio\_trans2w.c) do not include <features.h>, so __UCLIBC_HAS_WCHAR__ is not set, even if it should be. As a result things don't link: function int __stdio_trans2r(FILE * __restrict stream) is compiled instead of int __stdio_trans2r_o(FILE * __restrict stream, int oflag) producing undefined reference to __stdio_trans2r_o. the same problem with allmost everything in libc/stdio. I think #include <features.h> must be added to libc/stdio/_stdio.h |
||||||||
| Additional Information | |||||||||
| Attached Files | |||||||||
|
|
|||||||||
| Copyright © 2000 - 2006 Mantis Group |