end of line not at end of line (Compile error) (V1.0.1&1

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
vlip
Newbie
Newbie
Posts: 3
Joined: Sat Oct 18, 2008 4:26 am

end of line not at end of line (Compile error) (V1.0.1&1

Post by vlip »

http://www.linuxquestions.org/questions ... .6-677151/

ct-aliasing -Wdeclaration-after-statement -Wwrite-strings -Wtype-limits -Wpointer-arith -g -O2 -o menu.o menu.c
{standard input}: Assembler messages:
{standard input}:7413: Warning: end of file not at end of a line; newline inserted
gcc: Internal error: Segmentatiefout (program cc1)
Please submit a full bug report.
See <http://bugzilla.redhat.com/bugzilla> for instructions.
make[2]: *** [menu.o] Fout 1
make[2]: Map '/home/vlip/bin/wine-1.0.1/dlls/user32/tests' wordt verlaten
make[1]: *** [user32/tests] Fout 2
make[1]: Map '/home/vlip/bin/wine-1.0.1/dlls' wordt verlaten
make: *** [dlls] Fout 2

gcc --version
gcc (GCC) 4.3.0 20080428 (Red Hat 4.3.0-8)
vlip
Newbie
Newbie
Posts: 3
Joined: Sat Oct 18, 2008 4:26 am

sh ./configure CC="gcc" -- verbose

Post by vlip »

ok i did
sh ./configure CC="gcc" -- verbose

and now i got

gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings -Wtype-limits -Wpointer-arith -g -O2 -D__i386__ -o interlocked.o interlocked.c
{standard input}: Assembler messages:
{standard input}:38: Error: suffix or operands invalid for `push'
{standard input}:39: Error: suffix or operands invalid for `push'
{standard input}:46: Error: suffix or operands invalid for `pop'
{standard input}:47: Error: suffix or operands invalid for `pop'
make[2]: *** [interlocked.o] Fout 1
make[2]: Map '/home/***/bin/wine-1.1.6/libs/port' wordt verlaten
make[1]: *** [port] Fout 2
make[1]: Map '/home/***/bin/wine-1.1.6/libs' wordt verlaten
make: *** [libs] Fout 2
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

end of line not at end of line (Compile error) (V1.0.1&1

Post by austin987 »

On Sat, Oct 18, 2008 at 7:54 AM, vlip <[email protected]> wrote:
ok i did
sh ./configure CC="gcc" -- verbose

and now i got

gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings -Wtype-limits -Wpointer-arith -g -O2 -D__i386__ -o interlocked.o interlocked.c
{standard input}: Assembler messages:
{standard input}:38: Error: suffix or operands invalid for `push'
{standard input}:39: Error: suffix or operands invalid for `push'
{standard input}:46: Error: suffix or operands invalid for `pop'
{standard input}:47: Error: suffix or operands invalid for `pop'
make[2]: *** [interlocked.o] Fout 1
make[2]: Map '/home/***/bin/wine-1.1.6/libs/port' wordt verlaten
make[1]: *** [port] Fout 2
make[1]: Map '/home/***/bin/wine-1.1.6/libs' wordt verlaten
make: *** [libs] Fout 2





$ ulimit -s unlimted

--
-Austin
Locked