Hey Tim,
I am running into the following problems. Can you help?
The missing gcc_s also affects other programs. What package is this in?
[hamzy@hamzy3 Omni.C++]$ c++ test.cpp
/usr/bin/ld: cannot find -lgcc_s
collect2: ld returned 1 exit status
c++ -fPIC -Wall -O3 -DRETAIL=1 -I . -I hppcl3 -I/usr/include/glib-1.2
-I/usr/lib/glib/include -c OmniProxy.cpp
OmniProxy.cpp: In member function `void OmniProxy::replayBitmaps()':
OmniProxy.cpp:1215: insn does not satisfy its constraints:
(insn 2855 1721 2861 (set (mem:QI (plus:SI (reg/f:SI 6 ebp)
(const_int -284 [0xfffffee4])) [79 S1 A32])
(reg:QI 4 sil)) 60 {*movqi_1} (nil)
(nil))
OmniProxy.cpp:1215: Internal compiler error in
reload_cse_simplify_operands, at reload1.c:8345
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://bugzilla.redhat.com/bugzilla/> for instructions.
make: *** [OmniProxy.o] Error 1
c++ -fPIC -Wall -O3 -DRETAIL=1 -I . -I hppcl3 -I/usr/include/glib-1.2
-I/usr/lib/glib/include -c OmniPDCProxy.cpp
OmniPDCProxy.cpp: In static member function `static DeviceResolution*
DeviceResolution*
OmniPDCProxy::getCurrentResolution
()::OmniPDCProxyResolution::create(char*,
PrinterCommand*, int, int)':
OmniPDCProxy.cpp:1788: internal error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://bugzilla.redhat.com/bugzilla/> for instructions.
make: *** [OmniPDCProxy.o] Error 1
Mark
Take a look at the Linux Omni printer driver at
http://www.ibm.com/linux/ltc/projects/omni/
|