Skip to content
Back to formatted view

Raw Message

Message-ID: <512252FA-68A2-4662-84BD-C2B9D3E698DD@r-project.org>
Date: 2006-04-21T19:00:59Z
From: Simon Urbanek
Subject: plier source compilation error related to dylib
In-Reply-To: <22A3B070-4D91-439E-8359-E23C3CA75976@mac.com>

On Apr 21, 2006, at 2:43 PM, S Kong wrote:

> Dear Simon
>
> It seems there is the affyplier.so in the directory.

I thought so - what you saw were just warnings, not errors - nothing  
really wrong with that.

> When I start R64 and try to dyn.load
> > dyn.load("/Research/GEO_CEL/pliersrc/affyplier.so")
> Segmentation fault
>

Ah, that's more interesting - chances are that it's a problem in the  
package itself. Please run
R64 -d gdb
in gdb type "run", then load the library to see what happens
once you have the crash, type "bt" to see where is crashed.

Cheers,
Simon