On Wed, Feb 13, 2002 at 17:35:27 +0300, Vladimir B.Grebenschikov wrote:
> 
> Programm linked against libpng.so on -CURRNET causes SIGBUS on startup
> 
> >How-To-Repeat:
> 
> % cat > trypng.c
> #include <stdio.h>
> 
> main(int ac, char ** av)
> {
>   printf("Hello World\n");
> }
> ^D
> % gcc -o trypng trypng.c -L/usr/local/lib -lpng
> % ./trypng
> Bus error (core dumped)

It looks like problem with new GNU binutils (I suspect ASM code). Try to
contact David <[EMAIL PROTECTED]> on this subj.

-- 
Andrey A. Chernov
http://ache.pp.ru/

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message
  • ... Vladimir B . Grebenschikov
    • ... Андрей Чернов
      • ... David O'Brien
        • ... Андрей Чернов
        • ... David O'Brien
          • ... Terry Lambert
          • ... Alexander N. Kabaev
            • ... Terry Lambert
            • ... Bjoern Fischer
        • ... Peter Schultz

Reply via email to