Hi! I'm encountering an interesting situation. I can do with one file path in a flag for the compiler without a problem, but with 2 file paths in one flag. What is needed to combine those two paths into one flags?
--snip-- LDFLAGS='-L/usr/local/ssl/lib' LDFLAGS="CUSTOMER_ODBC_LIBS='-L/usr/local/lib -lodbc' " --snip-- Thanks, FletchSOD -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php