On Fri, Mar 14, 2008 at 11:35 AM, Christoph Zwerschke <[EMAIL PROTECTED]> wrote:
> Ok. (Btw, make sure you have no typos. It should be a lower-case l here,
> not an upper-case I.)
>
> It seems that options without -Wc or -Wl are passed to both compiler and
> linker. So probably you can do the f
Actually, this line needed an extra space after -WI,". Then it builds
all 3 archs properly:
LDFLAGS=-Wl," -arch x86_64 -arch ppc -arch i386"
Still, it seems to work without specifying -WI at all.
On Fri, Mar 14, 2008 at 10:27 AM, Alexander Southgate
<[EMAIL PROTECTED]> wr
On Fri, Mar 14, 2008 at 6:32 AM, Christoph Zwerschke <[EMAIL PROTECTED]> wrote:
> Can you check whether it is possible to replace the line
>
> CFLAGS=-Wc,"-arch x86_64" -Wc,"-arch ppc" -Wc,"-arch i386"
> with the following (I guess yes):
> CFLAGS=-Wc,"-arch x86_64 -arch ppc -arch i386"
Yes this
Hi all,
I recently started using a new Macbook Pro with an Intel Core 2 Duo, a
64-bit processor, and I was having a problem loading up the
mod_webkit.so that I copied over from my old Macbook Pro (Core Duo):
The error I got was this:
$ apachectl configtest
httpd: Syntax error on line 484 of /pri
It shouldn't do. If the process is still receiving events (we've come
across situations where the process is not responsive) the QUIT signal
will cause the process to dump the thread stack frames to stderr and
continue on its way.
Alex
On 5/1/07, sophana <[EMAIL PROTECTED]> wrote:
> Hi
> Thanks
Hello,
We are having a problem that appears to be caused by a cheeky thread
preventing other threads from running, holding up all other requests
to the application. Without the ability to see the state of each
thread we're just playing guessing games trying to figure out the
guilty party.
After
Hello,
We are having a problem that appears to be caused by a cheeky thread
preventing other threads from running, holding up all other requests
to the application. Without the ability to see the state of each
thread we're just playing guessing games trying to figure out the
guilty party.
After