Displaying 5 results from an estimated 5 matches for "systyp".
Did you mean:
systype
2000 Aug 28
1
vorbis on freebsd ?
is anyone using vorbis on freebsd? i built it today with a couple small
mods but am waiting on a sound card before i can test it.
also, is the systype propogated through the makefiles somehow? i.e. from
the Makefile in the xmms folder is there a var i can check to see if the
systype is FreeBSD and change options based on that? pthreads require a
slightly different config is why.
thx,
-Dan
--- >8 ----
List archives: http://www.xiph.org/arch...
2003 Jun 15
1
make stops in bind's compilation
Hi,
Brand-new installation of FreeBSD 4.8 + 'make world', including updating
ports, sources, crypt/secure sources and everything.
When trying to compile bind8 from ports, this is the error that get
reported:
===> Building for bind-8.3.6
Using .systype
Using .settings
/var/tmp/usr/ports/net/bind8/work/src/include
/var/tmp/usr/ports/net/bind8/work/src/include/arpa
/var/tmp/usr/ports/net/bind8/work/src/include/isc
/var/tmp/usr/ports/net/bind8/work/src/port
/var/tmp/usr/ports/net/bind8/work/src/port/freebsd
/var/tmp/usr/ports/net/bind8/work/src/por...
2003 Jun 16
2
Tools to modify shared libraries
Has anyone ever come across general-purpose tools for modifying shared
libraries? What I want to do is to edit the list of "needed" shared
libraries to correct the common mistakes that developers make in
creating shared objects with large lists of shared libraries.
Specifically, I want to modify linux-flashplugin6/libflashplayer.so to
remove all of the idiotic references to shared
2001 Sep 28
1
openssh-2.9.9p2 assumes pid_t, uid_t, etc. are not 'long'
openssh-2.9.9p2 assumes that pid_t, uid_t, gid_t, and mode_t are no
wider than int. GCC complains about this assumption on 32-bit Solaris
8 sparc, where these types are 'long', not 'int'. This isn't an
actual problem at runtime on this host, as long and int are the same
width, but it is a problem on other hosts where pid_t is wider than
int. E.g., I've heard that 64-bit
1998 Oct 15
1
Problem to map home dir
...IONS=1
# LIBSM = -lbsd -lc_s
# This is for DGUX.
# Contributed by ross@augie.insci.com (Ross Andrus)
# FLAGSM = -DDGUX
# LIBSM =
# This is for DGUX on Intel boxes.
# Contributed by tim@denmantire.com
# FLAGSM = -DDGUX
# LIBSM = -lsocket -lnsl -lresolv
# This is for Apollo Domain/OS sr10.3 (systype = BSD4.3)
# Added 1994-07-08 Stephen C. Steel <steve@qv3donald.LeidenUniv.nl>
# additional patches by jmi@csd.cri.dk (John Mills)
# you may need the "-A ansi" switch to cc
# FLAGSM = -DAPOLLO -D_INCLUDE_BSD_SOURCE -D_INCLUDE_XOPEN_SOURCE
# LIBSM =
# RiscIX.
# contributed by Jim...