Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 02 Oct 2013 16:42:12 +0300
From:      Alexander Panyushkin <vsityz@gmail.com>
To:        Steve Kargl <sgk@troutmask.apl.washington.edu>
Cc:        David Chisnall <theraven@freebsd.org>, current@freebsd.org
Subject:   Re: graphics/poppler-glib not build
Message-ID:  <524C22B4.3030408@gmail.com>
In-Reply-To: <5249DAA6.4010108@gmail.com>
References:  <5246E64C.3080204@gmail.com> <13ADF1E8-B97E-44E7-8605-B0A4013EDE69@FreeBSD.org> <5247111B.1070702@gmail.com> <0869A0C6-3FCB-4413-9FC6-BC5D3A85BDD5@freebsd.org> <5247255A.6@gmail.com> <20130928190255.GA93842@troutmask.apl.washington.edu> <52473000.7060309@gmail.com> <20130928203110.GA94316@troutmask.apl.washington.edu> <5249DAA6.4010108@gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
The same error is describe here: 
http://stackoverflow.com/questions/18459894/clang-stdlib-libc-leads-to-undefined-reference

How to fix this, if default build world with options  WITHOUT_GCC and 
WITHOUT_GNUCXX?



On 30.09.2013 23:10, Alexander Panyushkin wrote:
> *make.conf*
> .if ${.CURDIR:N*/ports/graphics/poppler*} == ""
> CFLAGS+= -O2 -pipe
> CPPFLAGS+= -D_FORTIFY_SOURCE=2
> USE_GCC=4.6
> .endif
>
> *portmaster  poppler-glib*
>   CXXLD  libpoppler-glib.la
> c++: warning: argument unused during compilation: '-pthread'
> c++: warning: argument unused during compilation: '-pthread'
> c++: warning: argument unused during compilation: '-pthread'
> c++: warning: argument unused during compilation: '-pthread'
>   GISCAN Poppler-0.18.gir
> /usr/local/lib/libpoppler.so: undefined reference to 
> `std::_Rb_tree_insert_and_rebalance(bool, std::_Rb_tree_node_base*, 
> std::_Rb_tree_node_base*, std::_Rb_tree_node_base&)'
> /usr/local/lib/libpoppler.so: undefined reference to 
> `std::_Rb_tree_decrement(std::_Rb_tree_node_base*)'
> /usr/local/lib/libpoppler.so: undefined reference to 
> `std::__throw_length_error(char const*)'
> collect2: ld returned 1 exit status
> linking of temporary binary failed: Command '['/bin/sh', 
> '/usr/ports/graphics/poppler-glib/work/gnome-libtool', '--mode=link', 
> '--tag=CC', '--silent', 'gcc46', '-std=gnu99', '-o', 
> '/usr/ports/graphics/poppler-glib/work/poppler-0.22.2/glib/tmp-introspectJZ7H1B/Poppler-0.18', 
> '-export-dynamic', '-Wall', '-O2', '-march=athlon64-sse3', 
> '-mtune=athlon64-sse3', '-pipe', '-Wformat', '-Wformat-security', 
> '-O2', '-pipe', '-Wl,-rpath=/usr/local/lib/gcc46', 
> '-fno-strict-aliasing', '-L/usr/local/lib', '-pthread', 
> '-Wl,-rpath=/usr/local/lib/gcc46', 
> '/usr/ports/graphics/poppler-glib/work/poppler-0.22.2/glib/tmp-introspectJZ7H1B/Poppler-0.18.o', 
> '-L.', 'libpoppler-glib.la', '-lgio-2.0', '-lgobject-2.0', 
> '-Wl,--export-dynamic', '-lgmodule-2.0', '-pthread', 
> '-L/usr/local/lib', '-lglib-2.0', '-lintl']' returned non-zero exit 
> status 1
>
>
>
> 28.09.2013 23:31, Steve Kargl пишет:
>> On Sat, Sep 28, 2013 at 10:37:36PM +0300, Alexander Panyushkin wrote:
>>> *make.conf*
>>> # ### Build whith  GCC 4.6
>>> # ========================
>>> .if  ${.CURDIR:N*/ports/graphics/poppler-glib*} == ""
>>> CFLAGS= -O2 -march=athlon64-sse3 -mtune=athlon64-sse3 -pipe -Wformat
>>> -Wformat-security
>> Should use +=.
>>
>>> CPPFLAGS+= -D_FORTIFY_SOURCE=2
>>> CXXFLAGS+=-rpath /usr/local/lib/gcc46
>>> USE_GCC=4.6
>> If you're doing the above,
>>
>>> CC=cc
>>> CXX=c++
>>> CPP=cpp
>> why are you doing this?
>>
>> ls /usr/local/bin/*46
>> /usr/local/bin/c++46*
>> /usr/local/bin/cpp46*
>> /usr/local/bin/g++46*
>> /usr/local/bin/gcc46*
>> /usr/local/bin/gcov46*
>>
>>> /usr/bin/ld: cannot find -lstdc++
>>> c++: error: linker command failed with exit code 1 (use -v to see
>>> invocation)
>> so ld is not being passed the compiler options?
>>
>




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