[Bug 457213] Review Request: html2text - HTML-to-text converter

bugzilla at redhat.com bugzilla at redhat.com
Thu Jul 31 15:38:13 UTC 2008


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: Review Request: html2text - HTML-to-text converter


https://bugzilla.redhat.com/show_bug.cgi?id=457213





------- Additional Comments From leigh123linux at googlemail.com  2008-07-31 11:38 EST -------
(In reply to comment #25)
> Also, I did do a koji rebuild so you can see this in the log files...
> http://koji.fedoraproject.org/koji/taskinfo?taskID=750104
> 
> 
> Example section from the x86 build (note the -g meaning a debug build)
> 
> g++ -c  -DVERSION=1.3.2a    -DAUTO_PTR_BROKEN -O2 -g -pipe -Wall
> -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4
> -m64 -mtune=generic html2text.C




> g++ -c  -DVERSION=1.3.2a    -DAUTO_PTR_BROKEN -O2 -g -pipe -Wall
> -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4
> -m64 -mtune=generic html.C
> g++ -c  -DVERSION=1.3.2a    -DAUTO_PTR_BROKEN -O2 -g -pipe -Wall
> -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4
> -m64 -mtune=generic HTMLControl.C
> g++ -c  -DVERSION=1.3.2a    -DAUTO_PTR_BROKEN -O2 -g -pipe -Wall
> -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4
> -m64 -mtune=generic HTMLParser.C
> 

The -g comes from the makefile .


linux/4.3.0/include
-I/usr/lib/gcc/x86_64-redhat-linux/4.3.0/../../../../include/c++/4.3.0
-I/usr/lib/gcc/x86_64-redhat-linux/4.3.0/../../../../include/c++/4.3.0/backward
-I/usr/lib/gcc/x86_64-redhat-linux/4.3.0/../../../../include/c++/4.3.0/bits
-I/usr/lib/gcc/x86_64-redhat-linux/4.3.0/../../../../include/c++/4.3.0/debug
-I/usr/lib/gcc/x86_64-redhat-linux/4.3.0/../../../../include/c++/4.3.0/ext
-I/usr/lib/gcc/x86_64-redhat-linux/4.3.0/../../../../include/c++/4.3.0/x86_64-redhat-linux/bits


DEBUG=-O2 -g

INCLUDES  = $(LIBSTDCXX_INCLUDES)
DEFINES   = -DVERSION=$(VERSION) $(SYS_POLL_MISSING) $(BOOL_DEFINITION)
$(EXPLICIT) $(AUTO_PTR_BROKEN)
CPPFLAGS  = $(INCLUDES) $(DEFINES)
CXXFLAGS  = $(CPPFLAGS) $(DEBUG)
LDFLAGS   = $(DEBUG)
LOADLIBES = $(LIBSTDCXX_LIBS) $(SOCKET_LIBRARIES)

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




More information about the Fedora-package-review mailing list