Flag Options before Compiling PHP...
To: php-general@lists.php.net
Date: Tue, 30 Dec 2003 17:38:27 -0500
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
Relevant Pages
- Re: About volatile qualifier
... In an article about volatile qualifier there is a small code by which the ... void Wakeup{flag = true;} ... compiler optimizes access to that variable by caching it in a register. ... Thread-1 will never get the actual value of the flag and loop forever." ... (microsoft.public.vc.language) - Re: thread synchronization of flag
... a flag until this flag changed from one, ... from using a certain kind of low-level synchronization ... or fetchAndAdd() operations imply at least some synchronization), ... There are, of course, severe implications on the compiler anyway. ... (comp.programming.threads) - Segmentation Fault
... subroutine, reporting a segmentation fault as it does so. ... If I compile the code with the Portland Group compiler with the -g flag ... crashes soon after entering a subroutine. ... (comp.lang.fortran) - Re: floating point flag msg upon execution???
... I have this f77 program that runs on our SUN sparc machine ... Note: IEEE floating-point exception flags raised: ... Check your compiler docs for which flag it is to rebuild. ... (comp.lang.fortran) - Re: automatic variables are not initialized correctly?
... Is this below really a Fortran thing or a compiler bug? ... The next call to the same subroutine finds that the variable to be .FALSE., ... IF(flag .EQV. ... and assigned a value by an assignment statement ... (comp.lang.fortran) |
|