"Jason E. Stewart" <[EMAIL PROTECTED]> writes:

> Hey Tim,
> 
> So I went to build Xerces.pm on the Solaris machine at the
> sourceforge.net compilefarm, and got the same sort of error.
> 
> I did a google search and found this article:
> 
> http://mail.gnu.org/pipermail/help-make/2000-April/000402.html
> 
> Is your GNU make install setuid? Can you change it to be non-setuid?

I finally got it to build. I had to rebuild perl from source, and then
the build ran fine.


Here's the compile line that works:
gcc -c -I. -IHandler
-I/home/users/jason_e_stewart/build/xerces-c1_5_0-SolCC/include
-DDEBUGGING -fno-strict-aliasing -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -g   -DVERSION=\"0.10\" -DXS_VERSION=\"0.10\"
-fPIC -I/home/users/jason_e_stewart/lib/perl5/5.6.1/sun4-solaris/CORE
PerlErrorCallbackHandler.cpp 


And here's the one that doesn't:
cc -c -I. -IHandler
-I/home/users/jason_e_stewart/build/xerces-c1_5_0-SolCC/include
-D_REENTRANT -DDEBIAN -DHAS_BOOL -DSWIG__ -xO3 -xdepend
-DVERSION=\"1.5.0\" -DXS_VERSION=\"1.5.0\" -KPIC
-I/usr/perl5/5.00503/sun4-solaris/CORE
Handler/PerlExceptionHandler.cpp 

Maybe this will shed some light,
jas.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to