Displaying 18 results from an estimated 18 matches for "_dynamic".
Did you mean:
dynamic
2015 Aug 31
1
[PATCH] MSVC project dependencies
For some reasons libFLAC_dynamic, libFLAC++_dynamic and
libFLAC++_static projects depend on win_utf8_io_static project,
but there's no such dependency for libFLAC_static project.
The patch adds such dependency.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: win_utf8_dependency.patch
Type:...
2013 Sep 01
1
New routine: FLAC__lpc_compute_autocorrelation_asm_ia32_sse_lag_16
...port it. Only --restrict is supported.
> * libFLAC and FLAC__ALIGN_MALLOC_DATA : Looks sane but doesn't apply.
> * MSVC and M_LN2 : Looks sane but doesn't apply.
It is also possible to add /D "_USE_MATH_DEFINES" as an additional option to libFLAC_static.vcproj and libFLAC_dynamic.vcproj. Don't know what is better. What do you think?
> * bitmath.h: 1 typo, 1 warning : I don't see why the type has to change.
Declarations from MSDN:
unsigned char _BitScanReverse(unsigned long * Index, unsigned long Mask);
unsigned char _BitScanReverse64(unsigned long...
2014 May 24
2
make dllimport/dllexport attributes work with mingw (and others)
The following patch changes export.h so that the dllimport/dllexport
attributes work with mingw/mingw-w64 and others:
- changes _declspec keyword to __declspec: the former may not be
defined by some toolchains.
- changes the _MSC_VER condition to universally _WIN32: MSVC, as well
as GCC supports this.
Attached patch: declspec.diff
Regards.
--
O.S.
-------------- next part --------------
2009 Sep 22
7
[Bug 24092] New: X with nouveau hangs in nouveau_bo_map_range when doing anything
...nctions)
If i step the code one instruction at a time with 'stepi', the execution loops
these:
ioctl () from /lib/libc.so.6
0x7fc4c3af5127 <ioctl+7>: cmp $0xfffffffffffff001,%rax
utils.c
0x4df396 <SmartScheduleTimer>: mov 0x2b47a3(%rip),%rax # 0x793b40
<_DYNAMIC+3496>
0x4df39d <SmartScheduleTimer+7>: mov 0x2b4b54(%rip),%rdx #
0x793ef8 <_DYNAMIC+4448>
0x4df3a4 <SmartScheduleTimer+14>: mov (%rdx),%rdx
0x4df3a7 <SmartScheduleTimer+17>: add %rdx,(%rax)
0x4df3aa <SmartScheduleTimer+20>: r...
2020 Nov 05
0
[EXTERNAL] [llvm-mc] FreeBSD kernel module performance impact when upgrading clang
...0 <foo at plt>
>>
>> 00000000000012b5 <foo>:
>> 12b5: c3 retq
>>
>> Disassembly of section .plt:
>>
>> 00000000000012c0 <foo at plt-0x10>:
>> 12c0: ff 35 d2 20 00 00 pushq 0x20d2(%rip) # 3398 <_DYNAMIC+0x10b8>
>> 12c6: ff 25 d4 20 00 00 jmpq *0x20d4(%rip) # 33a0 <_DYNAMIC+0x10c0>
>> 12cc: 0f 1f 40 00 nopl 0x0(%rax)
>>
>> 00000000000012d0 <foo at plt>:
>> 12d0: ff 25 d2 20 00 00 jmpq *0x20d2(%rip) # 33a8 <...
2013 Aug 31
2
New routine: FLAC__lpc_compute_autocorrelation_asm_ia32_sse_lag_16
Erik de Castro Lopo <mle+la at mega-nerd.com> wrote:
> Patch applied, tested, commited and pushed.
Great.
But, what about my other patches? I admit that many of them aren't necessary, but (imho) a couple of them are important. I can explain in detail why I think this.
2016 Jan 16
0
MSVC, win_utf8_io, static and dynamic libs
Currently MSVS can build dynamic libraries (libFLAC_dynamic.dll,
libFLAC++_dynamic.dll), static libraries (libFLAC_static.lib,
libFLAC++_static.lib) and executables (flac.exe, metaflac.exe, etc).
All executables are statically linked to libFLAC. It's possible to
create a flac.exe that is linked to thr libFLAC DLL file, but it
requires manual editing of...
2002 Feb 07
1
Vorbisfile Linker Question
I'm having some trouble getting vorbisfile to link into my project under Windows. I downloaded all the source, and after re-compiling all the dlls and libs with my project's proper settings (Multithreaded, 1-byte alignment), everything works peachy when I use the dlls from the *_dynamic project files. When I try to use the *_static .libs though I get the following linker error:
Linking...
MSVCRTD.lib(MSVCRTD.dll) : error LNK2005: _malloc already defined in libcmtd.lib(dbgheap.obj)
MSVCRTD.lib(MSVCRTD.dll) : error LNK2005: _free already defined in libcmtd.lib(dbgheap.obj)
MSVCRTD...
2004 Sep 15
1
RC2 zaptel compile problem
...el/zaptel.c:6206: warning: (near initialization for
`zt_fops')
/usr/src/zaptel/zaptel.c: In function `zt_prechan_ioctl':
/usr/src/zaptel/zaptel.c:4188: warning: unreachable code at beginning of
switch statement
/usr/src/zaptel/zaptel.c: At top level:
include/linux/elf.h:433: warning: array `_DYNAMIC' assumed to have one
element
include/linux/sched.h:227: error: storage size of `mmap_sem' isn't known
include/linux/sched.h:261: error: storage size of `default_kioctx' isn't
known
include/linux/sched.h:286: error: storage size of `shared_pending' isn't
known
include/lin...
1999 Jan 20
1
pow__ii
> R code works but the shared objects built from fortran code do not find
> the appropriate libs with functions like __pow_ii or __epx at runtime.
I used to have endless trouble with __pow_ii which as I recall could be be
fixed by the correct incantation of the mix of compiler libraries and
LD_LIBRARY_PATH. It seemed to be extremely sensitive and never easy to get
right. The problem is
2014 Feb 13
3
[LLVMdev] cmake/ninja build failing
Well, I updated to cmake 2.8.12.2 but the result of changing that COMPILE_FLAGS to COMPILE_OPTIONS is that quotes are applied incorrectly: quotes are added surrounding the entire set of flags rather than around each individual item in the list. Obviously the build doesn't work (with the compiler looking for files named " -m64 ... ") but checking the relevant build command in
2014 May 24
2
make dllimport/dllexport attributes work with mingw (and others)
...uot; VERSION "
> 20130526";
> ^
> format.c:49:22: warning: 'FLAC__VENDOR_STRING' redeclared without dllimport
> attribute: previous dllimport ignored [-Wattributes]
>
> ...
> ...
>
>
> FLAC_API_EXPORTS macro is defined in libFLAC_dynamic.vcproj,
> FLACPP_API_EXPORTS macro is defined in libFLAC++_dynamic.vcproj,
> but MinGW/GCC makefiles don't define them anywhere.
My apologies, obviously sent an old testing patch. Correct one is
attached (declspec2.diff). Compilation tested using MinGW (gcc-3.4.5,
binutils-2.20), and Min...
2002 Jan 18
3
Shared libraries for use with R
I am moving my first steps in writing and compiling C code and calling
it from R. (I am also new to shared libraries...) My
problem is that my C code uses a C function contained in
another library (".a", not ".so" - is that the problem?).
This is how I compile the file with the functions I want to call from R:
cd /export/home/gpetris/
R SHLIB tryit.c
cc
2007 Jun 03
1
FW: Centos kernel source
I already did what you said,please see the log results in zaptel.rar
attached when I compile zapltel using
make
*********************************************
No employee or agent is authorized to conclude any binding agreement on behalf of Xplorium with another party by e-mail without express written confirmation by an officer of Xplorium. Any views expressed by an individual in this
2008 May 07
1
[BioC] RCurl loading problem with 64 bit linux distribution
...U Rf_unprotect
U Rf_warning
U SETCAR
U SET_STRING_ELT
U SET_VECTOR_ELT
U STRING_ELT
U TYPEOF
U VECTOR_ELT
0000000000208040 d VersionInfoFieldNames
00000000002080c0 a _DYNAMIC
0000000000208308 a _GLOBAL_OFFSET_TABLE_
w _Jv_RegisterClasses
0000000000208008 d __CTOR_END__
0000000000208000 d __CTOR_LIST__
0000000000208018 d __DTOR_END__
0000000000208010 d __DTOR_LIST__
0000000000007e58 r __FRAME_END__
0000000000208020 d __JCR_END__
0000000000208020 d __JCR_...
2008 May 07
1
[BioC] RCurl loading problem with 64 bit linux distribution
...U Rf_unprotect
U Rf_warning
U SETCAR
U SET_STRING_ELT
U SET_VECTOR_ELT
U STRING_ELT
U TYPEOF
U VECTOR_ELT
0000000000208040 d VersionInfoFieldNames
00000000002080c0 a _DYNAMIC
0000000000208308 a _GLOBAL_OFFSET_TABLE_
w _Jv_RegisterClasses
0000000000208008 d __CTOR_END__
0000000000208000 d __CTOR_LIST__
0000000000208018 d __DTOR_END__
0000000000208010 d __DTOR_LIST__
0000000000007e58 r __FRAME_END__
0000000000208020 d __JCR_END__
0000000000208020 d __JCR_...
2007 Jun 03
6
Centos kernel source
I am using centos 4.4 server cd ,when I am trying to compile zaptel 1.4.2
... error appears >
>From where I can get the missing rpms .or kernel source
>From where I can get the centos 4.4 server kernel source.
Regards
*********************************************
No employee or agent is authorized to conclude any binding agreement on behalf of Xplorium with another
2007 Mar 06
1
Errors compiling flac in Visual Studio Express 2005
...ebug|Win32'
4>Build log was saved at
"file://c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\share\getopt\Debug_static\BuildLog.htm"
4>getopt_static - 0 error(s), 0 warning(s)
5>Compiling...
5>cuesheet.c
6>------ Rebuild All started: Project: libFLAC_dynamic, Configuration: Debug
Win32 ------
6>Deleting intermediate and output files for project 'libFLAC_dynamic',
configuration 'Debug|Win32'
6>Performing Custom Build Step
5>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\share\grabbag\cuesheet.c(231)
: war...