Displaying 7 results from an estimated 7 matches for "dlname".
Did you mean:
d_name
2014 May 25
1
make dllimport/dllexport attributes work with mingw (and others)
...t.dll)
then I simply use the following command:
./autogen.sh && ./configure --enable-static --disable-shared && make
It worked earlier, and it works now with the current git sources.
In this case libFLAC.la contains the following lines:
# The name that we can dlopen(3).
dlname=''
# Names of this library.
library_names=''
# The name of the static archive.
old_library='libFLAC.a'
When ./configure is called without arguments, these lines contain:
# The name that we can dlopen(3).
dlname='libFLAC-8.dll'...
2014 May 25
2
make dllimport/dllexport attributes work with mingw (and others)
Erik de Castro Lopo wrote:
> Ozkan Sezer wrote:
>
>> 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 MinGW-w64 (gcc-4.5.4, binutils-2.21.90.)
>
> lvqcl,
>
> Can you please validate this new patch?
It works, but only if i call ./configure without
2017 Aug 28
3
Extracting subset from netCDF file using lat/lon and converting into .csv in R
...<- ncvar_get(ncin,"lat")
nlat <- dim(lat)
head(lat)
print(c(nlon,nlat))
# get time
time <- ncvar_get(ncin,"time")
time
tunits <- ncatt_get(ncin,"time","units")
nt <- dim(time)
nt
tunits
# get variable
preci.array <- ncvar_get(ncin,dname)
dlname <- ncatt_get(ncin,"prAdjust","long_name")
dunits <- ncatt_get(ncin,"prAdjust","units")
fillvalue <- ncatt_get(ncin,"prAdjust","_FillValue")
dim(preci.array)
# split the time units string into fields
tustr <- strsplit(tunits$...
2007 Jan 19
3
Problem with loading tkrplot
I asked the maintainer and he indicated that it might be a dll problem. Has
anyone see this problem? I had installed the latest copy of tkrplot. I was
trying to use teachingDemos when I first got the error.
On 1/18/07, Luke Tierney <luke@stat.uiowa.edu> wrote:
> Looks like tcl can't find the dll or something along those lines. As
> this is windows you'll have to ask
2017 Aug 28
0
Extracting subset from netCDF file using lat/lon and converting into .csv in R
...gt;
> print(c(nlon,nlat))
> # get time
> time <- ncvar_get(ncin,"time")
> time
>
> tunits <- ncatt_get(ncin,"time","units")
> nt <- dim(time)
> nt
> tunits
> # get variable
> preci.array <- ncvar_get(ncin,dname)
>
> dlname <- ncatt_get(ncin,"prAdjust","long_name")
>
> dunits <- ncatt_get(ncin,"prAdjust","units")
>
> fillvalue <- ncatt_get(ncin,"prAdjust","_FillValue")
>
> dim(preci.array)
> # split the time units string into...
2010 Oct 20
1
undefined reference when linking against libresolv
...bUpTools.so: undefined reference to `__ns_initparse'
./.libs/libUpTools.so: undefined reference to `__ns_parserr'
collect2: ld returned 1 exit status
make[1]: *** [testUpLog] Error 1
make[1]: Leaving directory `/tmp/UpTools-8.5.3'
make: *** [check-am] Error 2
library.la file contains:
dlname='libUpTools.so.0'
library_names='libUpTools.so.0.0.0 libUpTools.so.0 libUpTools.so'
old_library='libUpTools.a'
inherited_linker_flags=''
dependency_libs=' -L/usr/lib64 -L/lib64 -L/usr/lib64/mysql -lpq
-lmysqlclient -lssl -lpthread'
weak_library_names='...
2006 Jan 13
1
xapian-config --libs outputs libstdc++.la as a dependency
...too system) at the end of this message.
Regards,
J.F. Dockes
# libxapian.la - a libtool library file
# Generated by ltmain.sh - GNU libtool 1.5.18 (1.1220.2.245 2005/05/16 08:55:27)
#
# Please DO NOT delete this file!
# It is necessary for linking the library.
# The name that we can dlopen(3).
dlname='libxapian.so.8'
# Names of this library.
library_names='libxapian.so.8.0.0 libxapian.so.8 libxapian.so'
# The name of the static archive.
old_library='libxapian.a'
# Libraries that this one depends upon.
dependency_libs=' -L/usr/i686-pc-linux-gnu/bin -L/usr/i686-pc-l...