Menu

#10 xparam doesn't compile under AIX

open
nobody
None
5
2003-02-18
2003-02-18
Anonymous
No

Hi ,
I had a problem to compile the xparam under AIX.
in order to compile I did the following steps:
1. changed the function :
int file_selector(const struct dirent* my_dirent)
to
int file_selector(struct dirent* my_dirent)
2. linkage problem ( ar failed no such file or directory)
create a link from <PATH>/lib/lib/.libs to <PATH>/lib/.libs

Discussion


Log in to post a comment.