search for: d_osf_sourc

Displaying 6 results from an estimated 6 matches for "d_osf_sourc".

Did you mean: d_osf_source
2005 Sep 26
0
Trouble compiling tftp hpa under Solaris 10
...-0.40/lib' rm -f libxtra.a ar cq libxtra.a ranlib libxtra.a make[1]: Leaving directory `/data/downloads/tftp-hpa-0.40/lib' make -C tftp make[1]: Entering directory `/data/downloads/tftp-hpa-0.40/tftp' gcc -g -O2 -D_XPG4_2 -D_XOPEN_SOURCE -D__EXTENSIONS__ -D_BSD_SOURCE -D_ISO9X_SOURCE -D_OSF_SOURCE -D_XOPEN_SOURCE_EXTENDED -W -Wall -Wpointer-arith -Wbad-function-cast -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -Wwrite-strings -Wundef -Wshadow -Wsign-compare -pipe -fno-strict-aliasing -I/data/downloads/tftp-hpa-0.40 -c tftp.c gcc -g -O2 -D_XPG4_2...
2005 May 30
0
compiling tftp-hpa-040 under Solaris 8
.../lib' rm -f libxtra.a ar cq libxtra.a ranlib libxtra.a make[1]: Leaving directory `/usr/share/src/tftp-hpa-0.40/lib' make -C tftp make[1]: Entering directory `/usr/share/src/tftp-hpa-0.40/tftp' gcc -g -O2 -D_XPG4_2 -D_XOPEN_SOURCE -D__EXTENSIONS__ -D_BSD_SOURCE -D_ISO9X_SOURCE -D_OSF_SOURCE - D_XOPEN_SOURCE_EXTENDED -W -Wall -Wpointer-arith -Wbad-function-cast -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -Wwrite-strings -Wundef -Wshadow -Wsign-compare -pipe -fno- strict-aliasing -I/usr/src/tftp-hpa-0.40 -c tftp.c gcc -g -O2 -D_XPG4_2 -D_X...
2003 Jun 09
1
[patch] ./configure problem on Solaris with Sun's CC
...: configure:10955: /opt/SUNWspro/bin/cc -o conftest -fast -g -xs -v -xstrconst -xdepend -xtarget=ultra2 -xarch=v8plusa -xprefetch -fast -g -xs -v -xstrconst -xdepend -xtarget=ultra2 -xarch=v8plusa -xprefetch -D_XPG4_2 -D_XOPEN_SOURCE -D__EXTENSIONS__ -D_BSD_SOURCE -D_ISO9X_SOURCE -D_OSF_SOURCE -D_XOPEN_SOURCE_EXTENDED -fno-strict-aliasing -xildoff -xildoff -xildoff -xildoff conftest.c ../lib/libxtra.a -lresolv -lnsl -lsocket >&5 cc: Warning: illegal option -fno-strict-aliasing ld: fatal: file ../lib/libxtra.a: open failed: No such file or directory ld: fatal: File processing e...
2002 Feb 17
1
failure when trying to build on OpenBSD 2.8
...n an OpenBSD so I'll have support for "tsize". configure run successfully, then I run gmake, then the following errors. thanks gmake[1]: Entering directory `/usr/local/src/tftp-hpa-0.28/tftp' gcc -g -O2 -D_XPG4_2 -D_XOPEN_SOURCE -D__EXTENSIONS__ -D_BSD_SOURCE -D_ISO9X_SOURCE -D_OSF_SOURCE -D_XOPEN_SOURCE_EXTENDED -W -Wall -Wpointer-arith -Wbad-function-cast -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -Wwrite-strings -Wundef -Wshadow -Wsign-compare -pipe -I.. -c tftp.c In file included from ../config.h:95, from tftpsubs....
2003 Jun 09
0
[patch] ./configure problem on Solaris
...: configure:10955: /opt/SUNWspro/bin/cc -o conftest -fast -g -xs -v -xstrconst -xdepend -xtarget=ultra2 -xarch=v8plusa -xprefetch -fast -g -xs -v -xstrconst -xdepend -xtarget=ultra2 -xarch=v8plusa -xprefetch -D_XPG4_2 -D_XOPEN_SOURCE -D__EXTENSIONS__ -D_BSD_SOURCE -D_ISO9X_SOURCE -D_OSF_SOURCE -D_XOPEN_SOURCE_EXTENDED -fno-strict-aliasing -xildoff -xildoff -xildoff -xildoff conftest.c ../lib/libxtra.a -lresolv -lnsl -lsocket >&5 cc: Warning: illegal option -fno-strict-aliasing ld: fatal: file ../lib/libxtra.a: open failed: No such file or directory ld: fatal: File processing e...
2002 Jan 21
1
help for tftp-hpa with libc5
...ere some constants missing that i copied from glibc-2.1 headers, and now I'm left with this and I don't know what to do since all I can do is copy/paste, not touch real code :-) === gcc -O2 -m486 -fno-strength-reduce -D_XPG4_2 -D_XOPEN_SOURCE -D__EXTENSIONS__ -D_BSD_SOURCE -D_ISO9X_SOURCE -D_OSF_SOURCE -D_XOPEN_SOURCE_EXTENDED -W -Wall -Wpointer-arith -Wbad-function-cast -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -Wwrite-strings -Wshadow -pipe -I.. -c recvfrom.c In file included from ../config.h:37, from recvfrom.c:21: /usr/include/...