octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: complie error of cquit.c (libcruft) (MinGW build for 3.5.50+)


From: Tatsuro MATSUOKA
Subject: Re: complie error of cquit.c (libcruft) (MinGW build for 3.5.50+)
Date: Tue, 9 Mar 2010 19:59:06 +0900 (JST)

Hello

I add manually -../libgnu 

$ cd libcrft
$ /bin/sh ../libtool  --tag=CC   --mode=compile gcc -shared-libgcc -DHAVE_CONFI
G_H -I. -I../../../hg/octave-work/libcruft -I..  -I../libgnu -I/WinDevTools/inc
lude -I/GnuWin32/include -O3 -fomit-frame-pointer   -DHAVE_CONFIG_H -mieee-fp -
Wall -W -Wshadow -Wformat -O3 -fomit-frame-pointer   -O3 -fomit-frame-pointer  
-MT misc/libcruft_la-cquit.lo -MD -MP -MF misc/.deps/libcruft_la-cquit.Tpo -c -
o misc/libcruft_la-cquit.lo `test -f 'misc/cquit.c' || echo '../../../hg/octave
-work/libcruft/'`misc/cquit.c
libtool: compile:  gcc -shared-libgcc -DHAVE_CONFIG_H -I. 
-I../../../hg/octave-work/libcruft -I..
-I../libgnu -I/WinDevTools/include -I/GnuWin32/include -O3 -fomit-frame-pointer 
-DHAVE_CONFIG_H
-mieee-fp -Wall -W -Wshadow -Wformat -O3 -fomit-frame-pointer -O3 
-fomit-frame-pointer -MT
misc/libcruft_la-cquit.lo -MD -MP -MF misc/.deps/libcruft_la-cquit.Tpo -c
../../../hg/octave-work/libcruft/misc/cquit.c  -DDLL_EXPORT -DPIC -o 
misc/.libs/libcruft_la-cquit.o

Compile of cquit.c was successful.

Regards

Tatsuro

--- Tatsuro MATSUOKA  wrote:

> Hello
> 
> Sorry I have found in signal.h
> line 355-361
> # if !0
> #  define SIG_BLOCK   0  /* blocked_set = blocked_set | *set; */
> #  define SIG_SETMASK 1  /* blocked_set = *set; */
> #  define SIG_UNBLOCK 2  /* blocked_set = blocked_set & ~*set; */
> _GL_FUNCDECL_SYS (sigprocmask, int,
>                   (int operation, const sigset_t *set, sigset_t *old_set));
> # endif
> 
> gcc -shared-libgcc -DHAVE_CONFIG_H -I. -I../../../hg/octave-work/libcruft
>  -I..
>  -I/WinDevTools/include -I/GnuWin32/include -O3 -fomit-frame-pointer 
> -DHAVE_CONFIG_H -mieee-fp
>  -Wall -W
>  -Wshadow -Wformat -O3 -fomit-frame-pointer -O3 -fomit-frame-pointer -MT
>  misc/libcruft_la-cquit.lo -MD
>  -MP -MF misc/.deps/libcruft_la-cquit.Tpo -c 
> ../../../hg/octave-work/libcruft/misc/cquit.c  
> 
> Hmmmm, it seems that -I../libgnu missing in the complier flag.
> 
> Regards
> 
> Tatsuro


--------------------------------------
Get the new Internet Explorer 8 optimized for Yahoo! JAPAN
http://pr.mail.yahoo.co.jp/ie8/


reply via email to

[Prev in Thread] Current Thread [Next in Thread]