Re: meanings of -lapr-0 -lgcc -lc -lsocket -lnsl in Makefile while building nsapi_redirector.so

2007-02-02 Thread Jim Jagielski
On Jan 31, 2007, at 1:36 AM, Zack Grafton wrote: Maulik, In the line: LD_SHAREDCMD=ld -G -fPIC -lapr-0 -lgcc -lc -lsocket -lnsl I can't tell which one is bold, but anyway, that line specifies which linker command to use, and the -l options specify the loading of a library. You should

meanings of -lapr-0 -lgcc -lc -lsocket -lnsl in Makefile while building nsapi_redirector.so

2007-01-30 Thread Maulik S
Hi, I am trying to build nsapi_redirector.so from Makefile.solaris. when I tried to use make command it not works. Then i had copied to Makefile and made some changes as I found by googling. One of the important thing that I found was - LD_SHAREDCMD=ld -G -fPIC -lapr-0 -lgcc -lc -lsocket -lnsl

Re: meanings of -lapr-0 -lgcc -lc -lsocket -lnsl in Makefile while building nsapi_redirector.so

2007-01-30 Thread Zack Grafton
Maulik, In the line: LD_SHAREDCMD=ld -G -fPIC -lapr-0 -lgcc -lc -lsocket -lnsl I can't tell which one is bold, but anyway, that line specifies which linker command to use, and the -l options specify the loading of a library. You should check the man page for 'ld'. And in the line: CC_CMD=