Displaying 5 results from an estimated 5 matches for "lefenc".
Did you mean:
lefence
2001 Jan 22
1
openssl make fails
I am running a p166 hardware with suse linux 7.0.
I have downloaded the ssl version from your website.
I did a ./config -d no-asm
I did a ./make
during the compilation of /apps
the gcc -o openssl ... -lcrypto -lefence -ldl
the following error message:
/usr/i486-suse-linux/bin/ld: cannot find -lefence
collect2: ld returned 1 exit status
make[2]: *** [openssl] Error 1
make[2]: Leaving directory '/root/openssl-0.9.6/apps'
make[1]: *** [all] Error 1
make[1]: Leaving directory `/root/openssl-0.9.6'
make:...
2008 Apr 10
2
Delay occurred when the makefile change
...ec/x86/x86int.h
CFLAGS = -g -Wall $(DEFS) $(INCS)
libtheora_la_CFLAGS = $(OGG_CFLAGS)
libtheora_la_LDFLAGS = -version-info @TH_LIB_CURRENT@:@TH_LIB_REVISION@
:@TH_LIB_AGE@ @THEORA_LDFLAGS@
libtheora_la_LIBADD = $(OGG_LIBS) $(LIBS)
debug:
$(MAKE) all CFLAGS="@DEBUG@" LDFLAGS="-lefence"
profile:
$(MAKE) all CFLAGS="@PROFILE@"
***************************************************************************************
the green color lines are newly added or modified by me.
please can anyone help me to find what the wrong with me.
if the information provided wi...
2008 Apr 23
1
Theora got extreamly slow (Makefile.am was changed)
...ec/x86/x86int.h
CFLAGS = -g -Wall $(DEFS) $(INCS)
libtheora_la_CFLAGS = $(OGG_CFLAGS)
libtheora_la_LDFLAGS = -version-info @TH_LIB_CURRENT@:@TH_LIB_REVISION@
:@TH_LIB_AGE@ @THEORA_LDFLAGS@
libtheora_la_LIBADD = $(OGG_LIBS) $(LIBS)
debug:
$(MAKE) all CFLAGS="@DEBUG@" LDFLAGS="-lefence"
profile:
$(MAKE) all CFLAGS="@PROFILE@"
***************************************************************************************
the green color lines are newly added or modified by me.
As a solution I used gcc optimization options also (CFLAGS = -O2 -Wall
$(DEFS) $(INCS))
I...
2001 Jan 28
0
Re: Comments on your code
...crewing up the memory
> allocation lists.
Agreed. Have you tried it with Electric Fence?
> There is a noticable pattern to the way it crashes.
>
> I guess I should learn how to use electric-fence but not this minute.
Oh, answers my question. Actually Electric Fence is as easy as
-lefence in the link line. There are three possible environment
variables to set to change the exact nature of the testing; run with
one of EF_PROTECT_ABOVE, EF_PROTECT_BELOW or EF_PROTECT_FREE set to 1.
> Seems like ogg123 is blameless, I'm betting on something that writes
> beyond malloced sp...
2002 May 25
2
mismatch against version of openssl, letter version brokeness
What risk exists in changing the check for the matching version of
openssl so that the final letter part of the version (e.g. 0.9.6c
vs. 0.9.6d) is ignored? Are there any security vulnerabilities in
such a thing? What if ssh(d) is linked against an older _letter_
version such as 0.9.6c and now finds the library is 0.9.6d? Is
there a security risk in that? Surely a major API change would not