Displaying 20 results from an estimated 180 matches for "logg".
Did you mean:
log
2001 Nov 18
5
vorbisfile.o givng me problems
...ake[1]: Entering directory `/home/mchavez/devel/vorbis/examples'
/bin/sh ../libtool --mode=link gcc -O20 -ffast-math -mno-ieee-fp
-D_REENTRANT -fsigned-char -DUSE_MEMORY_H -static -o chaining_example
chaining_example.o ../lib/libvorbisfile.la ../lib/libvorbis.la -lm
-L/usr/local/lib/lib -logg
/bin/sh ../libtool --mode=link gcc -O20 -ffast-math -mno-ieee-fp
-D_REENTRANT -fsigned-char -DUSE_MEMORY_H -static -o vorbisfile_example
vorbisfile_example.o ../lib/libvorbisfile.la ../lib/libvorbis.la -lm
-L/usr/local/lib/lib -logg
/bin/sh ../libtool --mode=link gcc -O20 -ffast-math -mno-i...
2001 Nov 18
5
vorbisfile.o givng me problems
...ake[1]: Entering directory `/home/mchavez/devel/vorbis/examples'
/bin/sh ../libtool --mode=link gcc -O20 -ffast-math -mno-ieee-fp
-D_REENTRANT -fsigned-char -DUSE_MEMORY_H -static -o chaining_example
chaining_example.o ../lib/libvorbisfile.la ../lib/libvorbis.la -lm
-L/usr/local/lib/lib -logg
/bin/sh ../libtool --mode=link gcc -O20 -ffast-math -mno-ieee-fp
-D_REENTRANT -fsigned-char -DUSE_MEMORY_H -static -o vorbisfile_example
vorbisfile_example.o ../lib/libvorbisfile.la ../lib/libvorbis.la -lm
-L/usr/local/lib/lib -logg
/bin/sh ../libtool --mode=link gcc -O20 -ffast-math -mno-i...
2013 Dec 18
0
ruby
..."
puts report.logs.size
print "Metrics count: "
puts report.metrics.size
print "Resource Status count: "
puts report.resource_statuses.size
print "Status: "
puts report.status
report.logs.each do |logg|
puts "LOG ---------------------------------------------"
if logg.file
print "File: "
puts logg.file
end
if logg.line
print "Line: "
puts logg.line...
2004 Nov 21
4
[Bug 956] Syslog do not tell you when user loggs out.
http://bugzilla.mindrot.org/show_bug.cgi?id=956
Summary: Syslog do not tell you when user loggs out.
Product: Portable OpenSSH
Version: 3.8p1
Platform: All
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P2
Component: sshd
AssignedTo: openssh-bugs at mindrot.org
ReportedBy: olle at xmms.o...
2004 Feb 18
5
compiling vorbis in cygwin
Hi,
On compiling vorbis in a cygwin shell using "./autogen.sh" I get the
following error...
configure:19396: checking for Ogg
configure:19431: gcc -o conftest.exe -O20 -D__NO_MATH_INLINES -fsigned-char
-DUSE_MEMORY_H conftest.c -lm -logg >&5
/usr/lib/gcc-lib/i686-pc-cygwin/3.3.1/../../../../i686-pc-cygwin/bin/ld:
cannot find -logg
collect2: ld returned 1 exit status
The Ogg library "libogg" is properly installed - I can see it in the
/usr/local/lib directory. It seems to me that the config script tries to
link an...
2009 Feb 09
2
dovecot logs to audit.log not to maillog
Hello,
I have a curious phenomenon.
Dovecot logs normally to /var/log/maillog.
If I restart my server, dovecot loggs to /var/log/audit/audit.log.
If I restart dovecot, dovecot loggs to /var/log/maillog again.
And I think, wenn logrotate is restarting, dovecot logs to audit.log.
But I don't know why.
Any Ideas?
greetings Ralf
2006 Apr 29
1
crosscomiling speex for powerPC
...Leaving directory `/home/prakash/ppc/linphone/speex-1.1.6'
make: *** [all] Error 2
Then I installed libogg-devel, alone and tried make , now the error is,
powerpc-405-linux-gnu-gcc -O2 -fno-exceptions -o .libs/speexenc speexenc.o wav_io.o ../libspeex/.libs/libspeex.so -L/usr/lib -logg -lm
/opt/powerpc-405-linux/lib/gcc/powerpc-405-linux-gnu/3.4.1/../../../../powerpc-405-linux-gnu/bin/ld: skipping incompatible /usr/lib/libogg.so when searching for -logg
/opt/powerpc-405-linux/lib/gcc/powerpc-405-linux-gnu/3.4.1/../../../../powerpc-405-linux-gnu/bin/ld: skipping incompatible /...
2004 Nov 18
2
Questions about vorbis linking
Hello:
I think that I got a linking problem but I don't know how to fix it.
This is the error code form make:
cc grabando_pcm.o encodear_vorbis.o -o mi_servidor -lasound -lvorbis -logg
encodear_vorbis.o(.text+0x42): En la funci?n `inicializar_vorbis':
: undefined reference to `vorbis_encode_init_vbr'
collect2: ld devolvi? el estado de salida 1
make: *** [mi_servidor] Error 1
Offcourse, I had the file /usr/include/vorbis/vorbisenc.h and the
vorbis_encode_init_vbr functio...
2014 Apr 20
1
Configure error, Ogg not found on Mac OS X
...run Ogg test program, checking why...
The config.log shows:
configure:12648: checking for Ogg
configure:12683: clang -o conftest -DDARWIN -fno-common -force_cpusubtype_ALL -Wall -g -O4 -ffast-math -fsigned-char -Wdeclaration-after-statement? -DUSE_MEMORY_H -I/usr/include?? conftest.c? -L/usr/lib -logg >&5
clang: warning: -O4 is equivalent to -O3
ld: library not found for -logg
clang: error: linker command failed with exit code 1 (use -v to see invocation)
The libogg is already compiled and installed.
ls -l /usr/lib/ | grep ogg
-rwxr-xr-x?? 1 root??? wheel??? 31336 Apr 20 18:37 libogg.0.d...
2012 Dec 26
0
[PATCH] Fix building with MSYS and MinGW(-w64); Improve Makefile.lite build system
...eq (0,$(USE_ICONV))
+ CONFIG_CFLAGS += -DHAVE_ICONV
+ ICONV_LIBS = -liconv
+else
+ ICONV_LIBS =
+endif
+
+ifneq (0,$(USE_OGG))
+ CONFIG_CFLAGS += -DFLAC__HAS_OGG=1
+ OGG_INCLUDES = -I$(OGG_INCLUDE_DIR)
+ OGG_EXPLICIT_LIBS = $(OGG_LIB_DIR)/libogg.a
+ OGG_LIBS = -L$(OGG_LIB_DIR) -logg
+ OGG_SRCS = $(OGG_SRCS_C)
else
-CONFIG_CFLAGS=-DHAVE_STDINT_H -DHAVE_ICONV -DHAVE_CXX_VARARRAYS
-DHAVE_LANGINFO_CODESET -DHAVE_SOCKLEN_T -DFLAC__HAS_OGG
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
+ CONFIG_CFLAGS += -DFLAC__HAS_OGG=0
+ OGG_INCLUDES =
+ OGG_EXPLICIT_LIBS =
+ OGG_L...
2012 Dec 27
4
[PATCH] Makefile.lite: Fix building with MSYS and MinGW(-w64), Improvements
...eq (0,$(USE_ICONV))
+ CONFIG_CFLAGS += -DHAVE_ICONV
+ ICONV_LIBS = -liconv
+else
+ ICONV_LIBS =
+endif
+
+ifneq (0,$(USE_OGG))
+ CONFIG_CFLAGS += -DFLAC__HAS_OGG=1
+ OGG_INCLUDES = -I$(OGG_INCLUDE_DIR)
+ OGG_EXPLICIT_LIBS = $(OGG_LIB_DIR)/libogg.a
+ OGG_LIBS = -L$(OGG_LIB_DIR) -logg
+ OGG_SRCS = $(OGG_SRCS_C)
else
-CONFIG_CFLAGS=-DHAVE_STDINT_H -DHAVE_ICONV -DHAVE_CXX_VARARRAYS
-DHAVE_LANGINFO_CODESET -DHAVE_SOCKLEN_T -DFLAC__HAS_OGG
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
+ CONFIG_CFLAGS += -DFLAC__HAS_OGG=0
+ OGG_INCLUDES =
+ OGG_EXPLICIT_LIBS =
+ OGG_L...
2001 Aug 13
2
configure error
...Za-z0-9]*\)$/\1 \2\3 \3/p' >
conftest.nm"
ltconfig:1709: gcc -o conftest -fno-builtin -fno-rtti -fno-exceptions
conftest.c conftstm.o 1>&5
configure:1512: checking host system type
configure:1576: checking for Ogg
configure:1606: gcc -o conftest -I/include conftest.c -L/lib -logg 1>&5
configure:1595: ogg/ogg.h: File or Directory not found
configure: failed program was:
#line 1590 "configure"
#include "confdefs.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <ogg/ogg.h>
int main ()
{
system("...
2002 Jan 01
3
problem building vorbis-tools-1.0rc3
...ully.
I can run configure successfully, but when I run make it dies with this
make[2]: Entering directory `/usr/local/src/vorbis-tools-1.0rc3/oggenc'
/bin/sh ../libtool --mode=link gcc -O20 -ffast-math -fsigned-char -o
oggenc oggenc.o audio.o encode.o platform.o -lvorbisenc -lvorbis -lm
-logg ../share/libutf8.a ../share/libgetopt.a
gcc -O20 -ffast-math -fsigned-char -o oggenc oggenc.o audio.o encode.o
platform.o /usr/lib/libvorbisenc.so -L/lib /usr/lib/libvorbis.so -lm
/usr/lib/libogg.so ../share/libutf8.a ../share/libgetopt.a
encode.o: In function `oe_encode':
enco...
2003 Jun 12
1
static lib
I'm trying to link sox to the ogg vorbis static libraries but I'm
getting the following error:
gcc -L. -L./gsm -o sox sox.o -lst -lgsm -logg -lvorbis -lvorbisfile
-lvorbisenc -lmad -lmp3lame
ld: Undefined symbols:
_oggpack_bytes
_oggpack_get_buffer
_oggpack_reset
_oggpack_writeclear
_oggpack_writeinit
_oggpack_read
_oggpack_readinit
_oggpack_write
_oggpack_adv
_oggpack_look
_oggpack_writealign
_vorbis_packet_blocksize
_vorbis_synthesis...
2000 Nov 18
0
Problem linking libvorbisfile on Mac OS X
...s input to the linker).
But, when it tries to link libvorbisfile, it says:
/bin/sh ../libtool --mode=link cc -fno-common -O4 -ffast-math -fsigned-char -o libvorbisfile.la -rpath /Local/Public/bungi/Vorbis/lib -version-info 0:0:0 vorbisfile.lo libvorbis.la -lm -L/Local/Public/bungi/Vorbis/lib -logg
libtool: link: error: cannot link shared libraries into libtool libraries
Now, this is odd, since it JUST DID:
/bin/sh ../libtool --mode=link cc -fno-common -O4 -ffast-math -fsigned-char -o libvorbis.la -rpath /Local/Public/bungi/Vorbis/lib -version-info 0:0:0 mdct.lo smallft.lo block.lo enve...
2005 Sep 29
1
Error using a data frame as the "start" parameter in mle()
...formod=formod, Nbands=Nbands), method="BFGS")
where negll is a function I have written which uses the function
predict.loess(). negll works fine when called directly. The parameter I am
trying to optimize, "aps", is a data frame containing two parameters, e.g.
> init
teff logg
1 8000 4.5
When I run mle I get the following error message
Error in predict.loess(formod[[band]], aps) :
Argument "aps" is missing, with no default
As negll does work fine, I presume I am incorrectly passing "aps" into
mle(). Note that mle() works fine if I rewrite...
2004 Aug 29
2
Building theora
...oder_example.c; \
then mv -f ".deps/encoder_example.Tpo" ".deps/encoder_example.Po"; \
else rm -f ".deps/encoder_example.Tpo"; exit 1; \
fi
/bin/sh ../libtool --mode=link gcc -I/usr/include/SDL -D_REENTRANT -o
encoder_example encoder_example.o ../lib/libtheora.la -logg
-lvorbisenc -lvorbis -lm -logg
gcc -I/usr/include/SDL -D_REENTRANT -o encoder_example encoder_example.o
../lib/.libs/libtheora.a -lvorbisenc -lvorbis -lm -logg
encoder_example.o: In function `main':
encoder_example.o(.text+0x1b19): undefined reference to
`vorbis_granule_time'
collect2: ld...
2014 Aug 09
1
libvorbisfile dynamic linkage with pkg-config - inter-library dependencies?
...y brings the necessary
headers in indirectly?
The only solution I have found is to explicitly ask pkg-config for the
dependent libraries (libvorbis and libogg) when calling pkg-config, so
do
pkg-config --libs --print-errors "vorbisfile vorbis ogg"
in order to get
-lvorbisfile -lvorbis -logg
which then links correctly. This does not seem (to me) to be the
intended behaviour of pkg-config, and it certainly isn't how it used to
happen the last time I had to work on this, but I'm not 100% sure what
has changed in the mean time!
Is there any documentation on the "correct"...
2001 May 10
2
_oggpack
...and libvorbis libraries and
installed them on my MacOS X machine. The libao cannot be compiled yet
since stuff is missing. But I only want to play round with encoding right
now. So I also unpacked the vorbis tools distribution and am in oggenc.
In oggenc I do a
cc *.c -I. -L/usr/local/lib -logg -lvorbis -lvorbisenc
I get unknown symbols
_oggpack_*
where * is read, write, adv, look, etc.
I did a quick grep of source for all of libvorbis libogg and libao to try
and find the missing _oggpack stuff and couldn't find it. Where can I find
it?
Thanks
Chad
--- >8 ----
List archives...
2006 Jul 22
1
build speex-1.0.5 problem (undefined reference to `__strtol_internal')
...peex-1.0.5/src'
/bin/sh ../libtool --mode=link /home/jessy/process_ctrl_7_21/toolChains/cross_arm/bin/arm-linux-uclibc-gcc -Wall -Wstri
ct-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -o speexenc speexenc.o wav_io.
o ../libspeex/libspeex.la -L/usr/lib -logg -lm
/home/jessy/process_ctrl_7_21/toolChains/cross_arm/bin/arm-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -O2
-fno-strict-aliasing -fno-common -fomit-frame-pointer -o speexenc speexenc.o wav_io.o ../libspeex/.libs/libspeex.a -L/
usr/lib -logg -lm
/home/jessy/process_ctrl_7_21/toolC...