Opened 16 years ago
Closed 16 years ago
#2294 closed bug (invalid)
functions declared in headers/posix/iconv.h are not published by libroot.so
Reported by: | oco | Owned by: | axeld |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | System/libroot.so | Version: | R1/pre-alpha1 |
Keywords: | Cc: | andreasf | |
Blocked By: | Blocking: | ||
Platform: | All |
Description
I discover this problem using widestring in FreePascal. This feature rely on those functions.
There is a problem while loading programs that use those functions.
I will attach the quick patch i have done to test publishing those functions. Programs are launched correctly, but the implementation remains broken (according to freepascal test suite). So, don't apply it !
Attachments (1)
Change History (6)
by , 16 years ago
Attachment: | iconv_dummy_implementation.diff added |
---|
comment:1 by , 16 years ago
Cc: | added |
---|
comment:2 by , 16 years ago
comment:3 by , 16 years ago
Oh ! forgot to look there !
Then, i could also adjust freepascal to use the right library...
comment:4 by , 16 years ago
Could you check the current state of this bug please ? a libiconv.so is now provided.
comment:5 by , 16 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
Solved by linking against libtextencoding.so
Iconv is atm included in libtextencoding.so. Maybe it should reside in libroot.so instead.