search for: libsrc

Displaying 12 results from an estimated 12 matches for "libsrc".

Did you mean: libsec
2018 Dec 28
2
[Fwd: Centos 7.6 and Aeskulap]
...wing errors : Attempting to build this way is next to pointless and will likely show you errors completely unrelated to why the package won't properly build. > make[4]: *** [dimoimg.o] Error 1 > make[4]: Leaving directory `/root/rpmbuild/SOURCES/aeskulap-0.2.2- > beta1/dcmtk/dcmimgle/libsrc' > make[3]: *** [libsrc-all] Error 2 > make[3]: Leaving directory `/root/rpmbuild/SOURCES/aeskulap-0.2.2-beta1/dcmtk/dcmimgle' > make[2]: *** [dcmimgle-libsrc-all] Error 2 > make[2]: Leaving directory `/root/rpmbuild/SOURCES/aeskulap-0.2.2-beta1/dcmtk' > make[1]: *** [all...
2018 Dec 28
3
[Fwd: Centos 7.6 and Aeskulap]
...------------------------------- Everyone, I tried to compile aeskulap on Centos 7.6 by using the commands ./configure followed by make which resulted in the following errors : make[4]: *** [dimoimg.o] Error 1 make[4]: Leaving directory `/root/rpmbuild/SOURCES/aeskulap-0.2.2- beta1/dcmtk/dcmimgle/libsrc' make[3]: *** [libsrc-all] Error 2 make[3]: Leaving directory `/root/rpmbuild/SOURCES/aeskulap-0.2.2-beta1/dcmtk/dcmimgle' make[2]: *** [dcmimgle-libsrc-all] Error 2 make[2]: Leaving directory `/root/rpmbuild/SOURCES/aeskulap-0.2.2-beta1/dcmtk' make[1]: *** [all-recursive] Error 1 make[...
2010 Mar 16
2
Problem in installing ncdf package
...y R CMD INSTALL ncdf_1.6.tar.gz # fail sudo R CMD INSTALL ncdf_1.6.tar.gz # fail cd /home/user/soft/ # download http://www.unidata.ucar.edu/downloads/netcdf/ftp/netcdf-4.0.1.tar.gz tar -xzvf netcdf-4.0.1.tar.gz R CMD INSTALL --configure-args="-with-netcdf_incdir=/home/user/soft/netcdf-4.0.1/libsrc -with-netcdf_libdir=/home/user/soft/netcdf-4.0.1/libsrc/" ncdf_1.6.tar.gz # Error: user specified netCDF library directory does not have libnetcdf.a ! Thank you very much for your kind help. [[alternative HTML version deleted]]
2004 Mar 13
1
Installing ncdf package
...king /iwi200/home/users/stephen/src/netcdf/netcdf-3.4/netcdf.h usability... no checking /iwi200/home/users/stephen/src/netcdf/netcdf-3.4/netcdf.h presence... no checking for /iwi200/home/users/stephen/src/netcdf/netcdf-3.4/netcdf.h... no checking /iwi200/home/users/stephen/src/netcdf/netcdf-3.4/src/libsrc/netcdf.h usability... no checking /iwi200/home/users/stephen/src/netcdf/netcdf-3.4/src/libsrc/netcdf.h presence... no checking for /iwi200/home/users/stephen/src/netcdf/netcdf-3.4/src/libsrc/netcdf.h... no Fatal error: I cannot find the directory that holds the netcdf include file netcdf.h! You ca...
2018 Dec 28
0
[Fwd: Centos 7.6 and Aeskulap]
...wing errors : Attempting to build this way is next to pointless and will likely show you errors completely unrelated to why the package won't properly build. > make[4]: *** [dimoimg.o] Error 1 > make[4]: Leaving directory `/root/rpmbuild/SOURCES/aeskulap-0.2.2- > beta1/dcmtk/dcmimgle/libsrc' > make[3]: *** [libsrc-all] Error 2 > make[3]: Leaving directory `/root/rpmbuild/SOURCES/aeskulap-0.2.2-beta1/dcmtk/dcmimgle' > make[2]: *** [dcmimgle-libsrc-all] Error 2 > make[2]: Leaving directory `/root/rpmbuild/SOURCES/aeskulap-0.2.2-beta1/dcmtk' > make[1]: *** [all...
2018 Dec 28
0
[Fwd: Centos 7.6 and Aeskulap]
...ing to build this way is next to pointless and will likely show > you errors completely unrelated to why the package won't properly build. > >> make[4]: *** [dimoimg.o] Error 1 >> make[4]: Leaving directory `/root/rpmbuild/SOURCES/aeskulap-0.2.2- >> beta1/dcmtk/dcmimgle/libsrc' >> make[3]: *** [libsrc-all] Error 2 >> make[3]: Leaving directory `/root/rpmbuild/SOURCES/aeskulap-0.2.2-beta1/dcmtk/dcmimgle' >> make[2]: *** [dcmimgle-libsrc-all] Error 2 >> make[2]: Leaving directory `/root/rpmbuild/SOURCES/aeskulap-0.2.2-beta1/dcmtk' >&g...
2018 Dec 30
1
[Fwd: Centos 7.6 and Aeskulap]
...to build this way is next to pointless and will likely show > you errors completely unrelated to why the package won't properly build. > > > make[4]: *** [dimoimg.o] Error 1 > > make[4]: Leaving directory `/root/rpmbuild/SOURCES/aeskulap-0.2.2- > > beta1/dcmtk/dcmimgle/libsrc' > > make[3]: *** [libsrc-all] Error 2 > > make[3]: Leaving directory `/root/rpmbuild/SOURCES/aeskulap-0.2.2-beta1/dcmtk/dcmimgle' > > make[2]: *** [dcmimgle-libsrc-all] Error 2 > > make[2]: Leaving directory `/root/rpmbuild/SOURCES/aeskulap-0.2.2-beta1/dcmtk' &g...
2018 Dec 15
2
[Fwd: Centos 7.6 and Aeskulap]
Everyone, Apparently, aeskulap is broken during the upgrade fro 7.5 to 7.6, and is no longer available in the epel repos. I had some difficulty having it function, and during the debug process I decided to do a yum remove, but when I tried a yum install to reinstall it, aeskulap was no longer present. This problem may also affect other modules. I have placed a bug report :
2014 Dec 17
0
[PATCH] build: sort sources to build in a more deterministic way
....c \ - $(wildcard $(SRC)/../libfat/*.c) + $(sort $(wildcard $(SRC)/../libfat/*.c)) OBJS = $(patsubst %.c,%.o,$(notdir $(SRCS))) .SUFFIXES: .c .o .i .s .S diff --git a/win32/Makefile b/win32/Makefile index 437f954..c648530 100644 --- a/win32/Makefile +++ b/win32/Makefile @@ -59,7 +59,7 @@ LIBSRC = ../libinstaller/fs.c \ ../libinstaller/ldlinux_bin.c \ ../libinstaller/ldlinuxc32_bin.c \ ../libinstaller/mbr_bin.c \ - $(wildcard $(SRC)/../libfat/*.c) + $(sort $(wildcard $(SRC)/../libfat/*.c)) LIBOBJS = $(patsubst %.c,%.obj,$(notdir $(LIBSRC))) LIB = syslinux.lib d...
2002 Mar 01
1
Building hdf5 on Windows
...onfigure:1227: $? = 0 configure:1229: gcc -V </dev/null >&5 gcc.exe: argument to `-V' is missing configure:1232: $? = 1 configure:1252: checking for C compiler default output configure:1255: gcc conftest.c >&5 configure:1258: $? = 0 configure:1287: result: C:\XTRA\R\compile\libsrc\hdf5\a.exe configure:1292: checking whether the C compiler works configure:1298: ./C:\XTRA\R\compile\libsrc\hdf5\a.exe configure:1301: $? = 0 configure:1316: result: yes configure:1323: checking whether we are cross compiling configure:1325: result: no configure:1328: checking for executable suffix...
1998 Jan 19
2
R-beta: updating the library index / overriding compile options
...[+docs/-docs] [src/src-c] pkg [lib] IHELP=y IHTML=y @@ -33,6 +33,10 @@ ILATEX="y" fi +if [ "$1" = "src" ]; then shift; src=src; fi +if [ "$1" = "src-c" ]; then shift; src=src-c; fi +if [ ! "$src" ]; then src=@LIBSRC@; fi + if [ "$1" ] then pkg=$1 @@ -53,7 +57,6 @@ test -d ${lib}/${pkg} || mkdir ${lib}/${pkg} || exit 1; -src=@LIBSRC@ cd ${pkg} pkg=`basename ${pkg}` ############################################################################ I'm not sure if this is the best way. An...
2005 Aug 03
4
R CMD build error
Dear list, I try to update the prabclus package. R CMD check works nicely, no warnings, good results in all tests. However, building the package fails: ginkgo:/disk5/home/chrish/RAusw/libsrc R CMD build prabclus * checking for file 'prabclus/DESCRIPTION' ... OK * preparing 'prabclus': * checking whether 'INDEX' is up-to-date ... OK * removing junk files * building 'prabclus_2.0-1.tar.gz' tar: prabclus/man/.#prabinit.Rd: Cannot stat: No such file or direc...