Print() command causes segmentation violation [Solved]

Fedora Core 14 x86_64, ROOT v5.27.06
Very simple install: ./configure linuxx8664gcc

EDIT Just tried to make the svn trunk as same problem.

Tried to print canvas to file and get a seg. violation. Had not seen this problem with FC13.

Any thoughts would be appreciated.

root [0] cc->Print(“test.ps”)

*** Break *** segmentation violation

===========================================================
There was a crash.
This is the entire stack trace of all threads:

#0 0x0000003577aad7ee in waitpid () from /lib64/libc.so.6
#1 0x0000003577a40049 in do_system () from /lib64/libc.so.6
#2 0x000000305588e73b in TUnixSystem::StackTrace() () from /usr/lib64/root/libCore.so
#3 0x00000030558905f4 in TUnixSystem::DispatchSignals(ESignals) () from /usr/lib64/root/libCore.so
#4
#5 0x000000305804cba6 in TPad::Print(char const*, char const*) () from /usr/lib64/root/libGpad.so
#6 0x000000305804e19b in TPad::SaveAs(char const*, char const*) const () from /usr/lib64/root/libGpad.so
#7 0x00000030559c258e in ?? () from /usr/lib64/root/libCore.so
#8 0x00000030546f5c5e in Cint::G__ExceptionWrapper(int ()(G__value, char const*, G__param*, int), G__value*, char*, G__param*, int) () from /usr/lib64/root/libCint.so
#9 0x0000003054668601 in G__execute_call () from /usr/lib64/root/libCint.so
#10 0x00000030546689f3 in G__call_cppfunc () from /usr/lib64/root/libCint.so
#11 0x00000030546da19b in G__interpret_func () from /usr/lib64/root/libCint.so
#12 0x000000305466428b in G__getfunction () from /usr/lib64/root/libCint.so
#13 0x000000305474b053 in G__getstructmem () from /usr/lib64/root/libCint.so
#14 0x000000305474316e in G__getvariable () from /usr/lib64/root/libCint.so
#15 0x00000030547675c1 in G__getitem () from /usr/lib64/root/libCint.so
#16 0x000000305476e7a6 in G__getexpr () from /usr/lib64/root/libCint.so
#17 0x000000305470bf42 in G__exec_statement () from /usr/lib64/root/libCint.so
#18 0x00000030546e99d0 in ?? () from /usr/lib64/root/libCint.so
#19 0x00000030546eaf0e in G__exec_tempfile_fp () from /usr/lib64/root/libCint.so
#20 0x00000030547a1dc6 in G__process_cmd () from /usr/lib64/root/libCint.so
#21 0x000000305587f698 in TCint::ProcessLine(char const*, TInterpreter::EErrorCode*) () from /usr/lib64/root/libCore.so
#22 0x00000030557c54b9 in TApplication::ProcessLine(char const*, bool, int*) () from /usr/lib64/root/libCore.so
#23 0x000000305621d6c8 in TRint::HandleTermInput() () from /usr/lib64/root/libRint.so
#24 0x000000305588f9b6 in TUnixSystem::CheckDescriptors() () from /usr/lib64/root/libCore.so
#25 0x0000003055890d75 in TUnixSystem::DispatchOneEvent(bool) () from /usr/lib64/root/libCore.so
#26 0x0000003055826986 in TSystem::InnerLoop() () from /usr/lib64/root/libCore.so
#27 0x00000030558289a4 in TSystem::Run() () from /usr/lib64/root/libCore.so
#28 0x00000030557c39ff in TApplication::Run(bool) () from /usr/lib64/root/libCore.so
#29 0x000000305621e024 in TRint::Run(bool) () from /usr/lib64/root/libRint.so
#30 0x000000000040104c in main ()

The lines below might hint at the cause of the crash.
If they do not help you then please submit a bug report at
root.cern.ch/bugs. Please post the ENTIRE stack trace
from above as an attachment in addition to anything else
that might help us fixing this issue.

#5 0x000000305804cba6 in TPad::Print(char const*, char const*) () from /usr/lib64/root/libGpad.so
#6 0x000000305804e19b in TPad::SaveAs(char const*, char const*) const () from /usr/lib64/root/libGpad.so
#7 0x00000030559c258e in ?? () from /usr/lib64/root/libCore.so

Root >

:unamused: Sorry!! Found my problem. My library link had been changed.