|
From: Tim W. <tw...@re...> - 2002-01-25 23:09:51
|
On Fri, Jan 25, 2002 at 03:16:17PM -0600, Mark Hamzy wrote:
> I am running into the following problems. Can you help?
>=20
> The missing gcc_s also affects other programs. What package is this in?
I think that's in libgcc.
> 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))
> 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.
I also encountered compiler bugs (they are in Bugzilla). Try with
'-O2 -march=3Di386 -mcpu=3Di686'. Now you see why I made a patch to make
CFLAGS easily adjustable. :-)
Tim.
*/
|