:29 AM, Erik Rydgren wrote:
I recommend static linkage if you want a small footprint. Static
linkage
does only bring in what you actually use.
/ Erik
-Original Message-
From: Mark Goldstein [mailto:[EMAIL PROTECTED]
Sent: den 26 februari 2004 02:01
To: [EMAIL PROTECTED]
Subject: o
I am using Xcode under Panther. Even without the static linking, can
someone out there answer my original question about the compile flags
CXXFLAGS? What is its default setting? Do the xerces library sources as
shipped compile with or without debugging symbols? If with symbols, how
can I turn t
Xalan, then restore its original file name after Xalan has done the
transformation.
-Mark
On Feb 26, 2004, at 12:50 AM, James Berry wrote:
On Feb 25, 2004, at 5:31 PM, Mark Goldstein wrote:
Hello,
Using Xalan/Xerces I tried to transform a file with a name that
included an "e" with acce
Hello,
Using Xalan/Xerces I tried to transform a file with a name that
included an "e" with accent. Your mailer might show it:
féébad.xml
The command line call (using Mac OS-X copy/paste which converts the
characters to octal constants) looks like this:
mark$ ./Xalan -o foo.out fe\314\201e\314\
Hello,
I am including the xerces c libraries in a project and I'm interested
in getting them as small as possible. Looking at the makefiles that
runConfigure generates, I can't find the value of CXXFLAGS, though it
appears in Makefile.incl. Can someone tell me where this is defined,
and what a
I'm trying to build XALAN/XERCES under Panther and I'm getting compile
errors during the make.
I have a hunch that I did not do everything necessary to install
XERCES. The installation as described on the main page
(http://xml.apache.org/xerces-c/build-winunix.html#UNIX) didn't work,
but when I