Re: [binc] problem with 1.2.13 (freebsd port) - core dumped on signal 10
Bob Van Zant <[email protected]> Fri, 09 Sep 2005 09:48:46 -0700
| Newsgroups | gmane.mail.imap.binc.general |
|---|---|
| Message-ID | <BF470AFE.1ECEF%[email protected]> |
The port will run configure for you. I believe that the same idea still works. Since you already have it installed you'll want to: # cd /usr/ports/mail/bincimap # make clean # CXXFLAGS="-g" make # make deinstall # make reinstall When make is running you should see the calls to the compiler being parameterized with -g. -Bob On 9/9/05 4:14 AM, "Jerry Lundström" <[email protected]> wrote: > Andrea Riela wrote: >> -----BEGIN PGP SIGNED MESSAGE----- >> Hash: SHA1 >> >> >> hemm ... I use the freebsd port of bincimap. It's the same? > > Yes i think so, the problem with your output is that its not compiled > with symbolic information so we cant see where in the core it crashes. > > Can you please provide the patches freebsd adds to binc also?