What is the equivalent for the folowing comands in AIX?
GLIBS=${LK_LIBS:%=-l%} - Solaris, Redhat
GLIBS=${LK_LIBS/^/-l} - Mandrake, Tru64
Is that i have to build the executable specifying the shared libraries and there are several hundreds of them and i have to put an "-l" in front of them.
As they are in a variable GLIBS separated by spaces these commands would do the trick on the operating system mentioned above. HOW ABOUT AIX?
I tried every possibility and every doc, but couldn't find?
Am I missing something?
Thanks a lot
GLIBS=${LK_LIBS:%=-l%} - Solaris, Redhat
GLIBS=${LK_LIBS/^/-l} - Mandrake, Tru64
Is that i have to build the executable specifying the shared libraries and there are several hundreds of them and i have to put an "-l" in front of them.
As they are in a variable GLIBS separated by spaces these commands would do the trick on the operating system mentioned above. HOW ABOUT AIX?
I tried every possibility and every doc, but couldn't find?
Am I missing something?
Thanks a lot