Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Sep 2011 01:30:13 GMT
From:      dikshie <dikshie@sfc.wide.ad.jp>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/160511: [PATCH] make math/py-graphtool actually work
Message-ID:  <201109100130.p8A1UDNH086157@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/160511; it has been noted by GNATS.

From: dikshie <dikshie@sfc.wide.ad.jp>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/160511: [PATCH] make math/py-graphtool actually work
Date: Sat, 10 Sep 2011 10:02:14 +0900

 Hi,
 looks like wrong linking runtime libraries?
 
 %g++45 -I/usr/local/include -L/usr/local/lib check.cc 
 %./a.out 
 Abort (core dumped)
 % ldd a.out
 a.out:
 	libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x800749000)
 	libm.so.5 => /lib/libm.so.5 (0x800959000)
 	libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x800a79000)
 	libc.so.7 => /lib/libc.so.7 (0x800b87000)
 
 
 %g++46 -I/usr/local/include -L/usr/local/lib check.cc
 % ./a.out 
 Abort (core dumped)
 % ldd a.out
 a.out:
 	libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x800749000)
 	libm.so.5 => /lib/libm.so.5 (0x800959000)
 	libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x800a79000)
 	libc.so.7 => /lib/libc.so.7 (0x800b87000)
 
 any ideas are welcomed. 
 
 
 
 -dikshie-
 
 
 
 
 
 On Sep 6, 2011, at 9:00 PM, Edwin Groothuis wrote:
 
 > Maintainer of math/py-graphtool,
 > 
 > Please note that PR ports/160511 has just been submitted.
 > 
 > If it contains a patch for an upgrade, an enhancement or a bug fix
 > you agree on, reply to this email stating that you approve the patch
 > and a committer will take care of it.
 > 
 > The full text of the PR can be found at:
 >    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/160511
 > 
 > -- 
 > Edwin Groothuis via the GNATS Auto Assign Tool
 > edwin@FreeBSD.org
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201109100130.p8A1UDNH086157>