Opened 16 years ago

Closed 15 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)

iconv_dummy_implementation.diff (1.7 KB ) - added by oco 16 years ago.

Download all attachments as: .zip

Change History (6)

comment:1 by andreasf, 16 years ago

Cc: andreasf added

comment:2 by korli, 16 years ago

Iconv is atm included in libtextencoding.so. Maybe it should reside in libroot.so instead.

comment:3 by oco, 16 years ago

Oh ! forgot to look there !

Then, i could also adjust freepascal to use the right library...

comment:4 by korli, 15 years ago

Could you check the current state of this bug please ? a libiconv.so is now provided.

comment:5 by korli, 15 years ago

Resolution: invalid
Status: newclosed

Solved by linking against libtextencoding.so

Note: See TracTickets for help on using tickets.