Complete output of ./configure && make :-) was: gcc-3.3 "-D" ... sockets-constants.ads ->"no input file"
Daniel <[email protected]> Tue, 28 Oct 2003 08:54:10 -0200
| Newsgroups | gmane.comp.lang.ada.sockets |
|---|---|
| Message-ID | <[email protected]> |
This is a multi-part message in MIME format. --------------040203010508080900090601 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Samuel Tardieu wrote: > What you say is that your gnatmake doesn't implement the "-D" option, > right? > > Could you send me the output of "gnatmake" without any argument? > > Thanks. > > Sam Hi!:-) the full outputs of ./configure and of make is in attach:-) []'s of Seven Turns, Dani:-) p.s.: Thanks Thanks Thanks:-) --------------040203010508080900090601 Content-Type: text/plain; name="configure_output" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="configure_output" christuseagle:/minha/Download/adasockets/adasockets-1.8.2# ./configure --prefix=/usr/local/adasockets checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking target system type... i686-pc-linux-gnu checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking whether make sets $(MAKE)... yes checking for working aclocal... found checking for working autoconf... found checking for working automake... found checking for working autoheader... found checking for working makeinfo... found checking for gcc... gcc checking for C compiler default output... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ANSI C... none needed checking for ld used by GCC... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for /usr/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking for a sed that does not truncate output... /bin/sed checking whether ln -s works... yes checking how to recognise dependent libraries... pass_all checking command to parse /usr/bin/nm -B output... ok checking how to run the C preprocessor... gcc -E checking for egrep... grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking for ranlib... ranlib checking for strip... strip checking for objdir... .libs checking for gcc option to produce PIC... -fPIC checking if gcc PIC flag -fPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.lo... yes checking if gcc supports -fno-rtti -fno-exceptions... yes checking whether the linker (/usr/bin/ld) supports shared libraries... yes checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking dynamic linker characteristics... GNU/Linux ld.so checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking whether -lc should be explicitly linked in... no creating libtool checking for gnuawk... no checking for gawk... no checking for awk... awk checking for gcc... (cached) gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ANSI C... (cached) none needed checking whether make sets $(MAKE)... (cached) yes checking for a BSD-compatible install... /usr/bin/install -c checking for getdefs... no checking for makeinfo... makeinfo checking for texi2dvi... texi2dvi checking for dvips... dvips checking for gnatmake... gnatmake checking for gethostbyname... yes checking for connect... yes checking stdio.h usability... yes checking stdio.h presence... yes checking for stdio.h... yes checking for sys/types.h... (cached) yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking errno.h usability... yes checking errno.h presence... yes checking for errno.h... yes checking netdb.h usability... yes checking netdb.h presence... yes checking for netdb.h... yes checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking signal.h usability... yes checking signal.h presence... yes checking for signal.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking termio.h usability... yes checking termio.h presence... yes checking for termio.h... yes checking termios.h usability... yes checking termios.h presence... yes checking for termios.h... yes checking sys/file.h usability... yes checking sys/file.h presence... yes checking for sys/file.h... yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking netinet/tcp.h usability... yes checking netinet/tcp.h presence... yes checking for netinet/tcp.h... yes checking sys/systeminfo.h usability... no checking sys/systeminfo.h presence... no checking for sys/systeminfo.h... no checking poll.h usability... yes checking poll.h presence... yes checking for poll.h... yes checking stropts.h usability... yes checking stropts.h presence... yes checking for stropts.h... yes checking sys/conf.h usability... no checking sys/conf.h presence... no checking for sys/conf.h... no checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking time.h usability... yes checking time.h presence... yes checking for time.h... yes checking windows.h usability... no checking windows.h presence... no checking for windows.h... no checking for windows.h... (cached) no checking for struct sockaddr.sa_len... no configure: creating ./config.status config.status: creating Makefile config.status: creating support/adacompiler config.status: creating src/Makefile config.status: creating src/sockets-link.ads config.status: creating src/adasockets-config config.status: creating src/sockets-types.ads config.status: creating man/Makefile config.status: creating examples/Makefile config.status: creating doc/Makefile config.status: creating src/config.h config.status: executing default-1 commands --------------040203010508080900090601 Content-Type: text/plain; name="make_output" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="make_output" christuseagle:/minha/Download/adasockets/adasockets-1.8.2# make Making all in src make[1]: Entering directory `/minha/Download/adasockets/adasockets-1.8.2/src' gnatmake -g -O2 ./split.adb gcc-3.3 -c -I./ -g -O2 -I- ./split.adb split.adb:42:12: warning: "System.Io" is an internal GNAT unit split.adb:42:12: warning: use of this unit is non-portable and version-dependentgnatbind -x split.ali gnatlink -g split.ali gcc -I. -o constants_nodef ./constants.c /bin/sh ./constants.sh Sockets.Constants . \ sockets-constants.ads Checking value of TCP_NODELAY Checking value of AF_INET Checking value of AF_UNIX Checking value of SOCK_STREAM Checking value of SOCK_DGRAM Checking value of EINTR Checking value of EAGAIN Checking value of EWOULDBLOCK Checking value of EINPROGRESS Checking value of EALREADY Checking value of EISCONN Checking value of ECONNREFUSED Checking value of FNDELAY Checking value of FASYNC (or FIOASYNC as a substitute) Checking value of F_GETFL Checking value of F_SETFL Checking value of F_SETOWN (or FIOSSAIOOWN as a substitute) Checking value of SO_RCVBUF Checking value of SO_REUSEADDR Checking value of SO_REUSEPORT Checking value of SOL_SOCKET Checking value of SIGTERM Checking value of SIGKILL Checking value of O_RDONLY Checking value of O_WRONLY Checking value of O_RDWR Checking value of HOST_NOT_FOUND Checking value of TRY_AGAIN Checking value of NO_RECOVERY Checking value of NO_DATA Checking value of NO_ADDRESS Checking value of POLLIN Checking value of POLLPRI Checking value of POLLOUT Checking value of POLLERR Checking value of POLLHUP Checking value of POLLNVAL Checking value of I_SETSIG Checking value of S_RDNORM Checking value of S_WRNORM Checking value of IPPROTO_IP Checking value of IP_ADD_MEMBERSHIP Checking value of IP_MULTICAST_LOOP Checking value of IP_MULTICAST_TTL Checking value of IP_DROP_MEMBERSHIP Checking value of O_NONBLOCK Checking value of MSG_PEEK Checking value of FIONBIO Checking value of FIONREAD Checking value of SO_SNDBUF Checking value of AF_INET6 Checking value of AI_ADDRCONFIG Checking value of AI_ALL Checking value of AI_CANONNAME Checking value of AI_DEFAULT Checking value of AI_MASK Checking value of AI_NUMERICHOST Checking value of AI_PASSIVE Checking value of AI_V4MAPPED Checking value of AI_V4MAPPED_CFG Checking value of NI_DGRAM Checking value of NI_MAXHOST Checking value of NI_MAXSERV Checking value of NI_NAMEREQD Checking value of NI_NOFQDN Checking value of NI_NUMERICHOST Checking value of NI_NUMERICSERV Checking value of NI_WITHSCOPEID Checking value of IPPROTO_IPV6 Checking value of IPV6_UNICAST_HOPS Checking value of IPV6_MULTICAST_IF Checking value of IPV6_MULTICAST_HOPS Checking value of IPV6_MULTICAST_LOOP Checking value of IPV6_JOIN_GROUP Checking value of IPV6_LEAVE_GROUP /bin/sh ../libtool --mode=compile ../support/adacompiler -I. -I. sockets-constants.ads mkdir .libs ../support/adacompiler -I. -I. sockets-constants.ads -fPIC -DPIC -o .libs/sockets-constants.lo gcc-3.3 -c -I. -I. -fPIC -DPIC -D sockets-constants.ads gcc-3.3: no input files gnatmake: "sockets-constants.ads" compilation error mv: cannot stat `tmp10157/*.o': No such file or directory mv: cannot stat `tmp10157/*.ali': No such file or directory make[1]: ** [sockets-constants.lo] Erro 1 make[1]: Leaving directory `/minha/Download/adasockets/adasockets-1.8.2/src' make: ** [all-recursive] Erro 1 --------------040203010508080900090601 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ AdaSockets mailing list [email protected] http://www.rfc1149.net/mailman/listinfo/adasockets --------------040203010508080900090601--