Re: When statically linked Abort trap: 6 (core dumped)

2013-09-09 Thread Unga
- Original Message - > From: Matthew Seaman > To: freebsd-questions@freebsd.org > Cc: > Sent: Monday, September 9, 2013 2:23 PM > Subject: Re: When statically linked Abort trap: 6 (core dumped) > > On 09/09/13 13:21, Unga wrote: >> This is FreeBSD 9.1 on i38

Re: When statically linked Abort trap: 6 (core dumped)

2013-09-09 Thread Matthew Seaman
On 09/09/13 13:21, Unga wrote: > This is FreeBSD 9.1 on i386. > > My program works well without any issue when all libraries are dynamically > linked. > > But when some libraries are statically link and run it develops: > Abort trap: 6 (core dumped) > > How I compile and link: > cc myprog.c -Wa