Subject: | assert_lib with LIBS argument on Solaris |
Running xml2-config --libs script on Solaris (distributed with libxml2 library) gives:
-L/usr/local/lib -R/usr/local/lib -lxml2 -lz -lpthread -liconv -lm -lsocket -lnsl
-R is not accepted by assert_lib function with LIBS argument and dies with:
LIBS argument badly-formed
Function accepts only arguments beginning with "-l" or "-L".
Radek