Displaying 20 results from an estimated 130 matches similar to: "building on openbsd..."
2000 Jun 11
1
cmdline
I have got CVS version of vorbis.
In cmdline directory
# make
...
gcc -O20 -ffast-math -D_REENTRANT -D__NO_MATH_INLINES -fsigned-char \
-I. -I../lib getopt.o getopt1.o main.o -I. -I../lib \
../lib/libvorbis.a -o vorbis -lpthread -lm
main.o: In function `main':
main.o(.text+0x31c): undefined reference to `fill_buffer'
main.o(.text+0x332): undefined reference to `CheckWav'
2000 Apr 16
0
Trying to get cmdline going...
Hello all,
Another johnny-come-lately courtesy of the Slashdot effect... I have
taken a moment to browse the archives, so I'm not asking "Why doesn't
the cmdline utility compile?" yet again. I have been doing some
fiddling with it and found a few thinkos to fix, but some of the more
esoteric getopt() things are stumping me.
Ferinstance, it seems that
<
2002 Jul 24
2
[Bug 368] TTSSH will not connect to OpenSSH_3.4p1
http://bugzilla.mindrot.org/show_bug.cgi?id=368
------- Additional Comments From mindrot at regs.nebcorp.com 2002-07-24 12:16 -------
Just make life easier:
TeraTerm 2.3
http://hp.vector.co.jp/authors/VA002416/ttermp23.zip
TTSSH 1.5.4 plugin
http://www.cs.cmu.edu/~roc/ttssh154.zip
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the
2002 Jul 24
0
[Bug 368] New: TTSSH will not connect to OpenSSH_3.4p1
http://bugzilla.mindrot.org/show_bug.cgi?id=368
Summary: TTSSH will not connect to OpenSSH_3.4p1
Product: Portable OpenSSH
Version: -current
Platform: ix86
OS/Version: NetBSD
Status: NEW
Severity: normal
Priority: P2
Component: sshd
AssignedTo: openssh-unix-dev at mindrot.org
ReportedBy:
2000 Sep 11
0
cmdline does not compile from cvs
When I try to compile "cmdline/vorbis", I get the following.
gcc -O20 -ffast-math -D_REENTRANT -fsigned-char -I. -I../lib -DUSE_ALLOCA_H -DUSE_MEMORY_H getopt.o getopt1.o main.o -I. -I../lib -DUSE_ALLOCA_H -DUSE_MEMORY_H ../lib/libvorbis.a -o vorbis -lm -lpthread
main.o: In function `main':
main.o(.text+0x31c): undefined reference to `fill_buffer'
main.o(.text+0x332): undefined
2009 Oct 04
2
Row to Column help
Dear R Community,
I am attempting to transpose a dataset from rows to columns but am stuck. I
have tried using reshape() with little luck, possibly due to the categorical
nature of the data. For example:
id<-c(1,2,2,3,3,3)
author<-c("j","k","k","l","l","l")
2014 Feb 26
2
[LLVMdev] [Valgrind-developers] [GSoC 2014] Using LLVM as a code-generation backend for Valgrind
Hi,
only one letter got to valgrind-developers mailing list. I'll quote
the first message of the thread so that those who do not read llvmdev
knew what's this discusssion about.
=== Begin of the first message ===
> Hi,
>
> I've seen on the LLVM's Open Projet Page [1] an idea about using LLVM to
> generate native code in Valgrind. For what I know, Valgrind uses libVEX
2000 Oct 26
3
Happy Birthday portable OpenSSH!
It was one year ago today that I released a patch to get OpenSSH
compiling on Linux. I had no idea just how much trouble releasing that
patch would get me into :)
Within days I was inundated with patches, improvements and portability
enhancements - contributions which have made portable OpenSSH the
success it is today.
So allow me to thank the current developers and all of you who have
2000 May 12
3
Tag Information
Hello All
This is my first post. I just did subscribed to this list. Does any
one know yet if Vorbis allow for the tag information like Mp3 ?
Thanks
Karl
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'vorbis-request@xiph.org'
containing only the word
1999 Oct 14
2
EGCS broken; tested 2.95 through CVS current
Just so folks know, all the modern variants of EGCS (now named gcc) out there
appear to be producing occasionally bogus x86 FPU code at -O1 or higher. Guess
what... Vorbis trips the bug whatever it is.
I just grabbed and built the latest CVS code, and it's also broken. I'm constructing a small failure case example for a bug report now. It looks like FPU arithmetic into a register
2000 Dec 21
3
MP3 to Vorbis?
Is there a utility to convert and MP3 to Vorbis?
--
Best regards,
Robin mailto:rcook@wyrms.net
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'vorbis-request@xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
2001 Apr 27
3
Functionality
> From: Tom Holroyd <tomh at po.crl.go.jp>
>
> > > What he is proposing is for OpenSSH to disregard a system-wide policy
> > > decision -- that root should not be permitted to directly log in from
> > > the network. There are more reasons to disable remote logins as root
> > > (vs. normal login then su) than just to prevent plaintext use of the
2006 Dec 28
1
winbindd issues on member server
Hi there
After having posted a while ago about the trouble I had with 3.0.23 I
gave it another try with 3.0.23d
I installed the current version on our samba PDC and BDC while the
member server was still running 3.0.22. This setup has worked for a
couple of weeks with no issues.
I then upgraded the member server two days ago to 3.0.23d and after
serveral hours I could not connect via ssh to
2001 Jun 09
2
[PATCH] Make "-L" local ports bind to "127.0.0.1" in openssh-2.9p1
diff -u -r -N openssh-2.9p1/channels.c openssh-2.9p1-ajf.1/channels.c
--- openssh-2.9p1/channels.c Tue Apr 17 14:14:35 2001
+++ openssh-2.9p1-ajf.1/channels.c Wed Jun 6 23:25:36 2001
@@ -1815,13 +1815,25 @@
/*
* getaddrinfo returns a loopback address if the hostname is
* set to NULL and hints.ai_flags is not AI_PASSIVE
+ *
+ * Oh yeah? Setting hostname to NULL and hints.ai_flags to
+
2000 May 15
1
Re: [vorbis-dev] Semi-off-topic ramblings
Tony Arcieri wrote :
> I'm curious if anyone else is at all fed up with the current
> state-of-affairs of media support under *IX. As things stand it's rather
> a pain to add support for a new codec/framing format to an application,
> and it seems like were someone to step up and design a system which
> abstracts media support from end-user applications and
2000 Sep 07
3
Closed Source Releases (Ekk a LGPL problem)
Hi every one,
I have an unfortunate need to release a closed source BeOS media codec
for Vorbis, basically I'm using headers under an NDA so I can't release
them.
(Yeah I know closed source boo hiss).
So I have a couple of question about what I need to do for all this
to be above board.
I've made no changes to the libraries so thats not a problem.
As far as I can see as
2001 May 26
3
OpenSSH ports and crypto issues
hi,
I am working on a windows NT version of openssh. It's mostly working
(ssh.exe, ssh-keygen.exe to be precise), except for some minor UI issues.
however, i have a couple of questions about making the port available:
1. minor issue: My port is based on the openbsd ssh source (2.5.2). Is
this acceptable, or should I base it on the portable source ? I think I
know the answer to that one. If
2005 Oct 04
4
iproute2-050929 ERORR compiling
Dzien Dobry
Is there some error witch iproute2-050929.tar.gz becouse when i compile I don''t get tc
I have kernel 2.6.12.3
this is my log with compile
# make
make[1]: Entering directory `/home/src/a/04102005/iproute2-050929/lib''
gcc -D_GNU_SOURCE -O2 -Wstrict-prototypes -Wall -I../include -DRESOLVE_HOSTNAMES -c -o ll_map.o ll_map.c
gcc -D_GNU_SOURCE -O2 -Wstrict-prototypes
2002 Jan 13
7
Public storage for public keys
This question should be asked before, but I fail to find
the discussion.
What options can be used for storing host/users pubkeys in
a publically available places? I know openssh currently
provide option except if /etc/ssh_known_hosts and ~/.ssh/known_hosts.
But what about many machines?
Think of e.g. pgp keyservers. Note that pgp keyservers isn't
a good solution *always*. The best one
2001 Apr 12
5
Windows XP and MP3
if ya' haven't seen it already, check out:
http://www.canoe.ca/MoneyWSJ/wsj2-dow.html
ad, sad, sad. on many fronts. I don't begin to understand how this might
work; I suppose the MP3 degradation only applies to MS encoding software...
*shrug*
this may, however, provide a good leveraging point for Vorbis.
have fun
dongoodman