The following packages will be installed: levmar Fetching Makefile.SBo... 0%100%100%100%100%100%Done Fetching README... 0%100%100%100%100%100%Done Fetching levmar.SlackBuild... 0%100%100%100%100%100%Done Fetching levmar.info... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done levmar-2.6/Axb.c levmar-2.6/Axb_core.c levmar-2.6/CMakeLists.txt levmar-2.6/compiler.h levmar-2.6/expfit.c levmar-2.6/levmar.h levmar-2.6/levmar.h.in levmar-2.6/LICENSE levmar-2.6/lmbc.c levmar-2.6/lmbc_core.c levmar-2.6/lmblec.c levmar-2.6/lmblec_core.c levmar-2.6/lmbleic.c levmar-2.6/lmbleic_core.c levmar-2.6/lm.c levmar-2.6/lm_core.c levmar-2.6/lmdemo.c levmar-2.6/lm.h levmar-2.6/lmlec.c levmar-2.6/lmlec_core.c levmar-2.6/Makefile levmar-2.6/Makefile.icc levmar-2.6/Makefile.so levmar-2.6/Makefile.vc levmar-2.6/matlab/ levmar-2.6/matlab/Makefile levmar-2.6/matlab/levmar.c levmar-2.6/matlab/levmar.m levmar-2.6/matlab/lmdemo.m levmar-2.6/matlab/Makefile.w32 levmar-2.6/matlab/meyer.m levmar-2.6/matlab/jacmeyer.m levmar-2.6/matlab/hs01.m levmar-2.6/matlab/bt3.m levmar-2.6/matlab/jacbt3.m levmar-2.6/matlab/README.txt levmar-2.6/matlab/jachs01.m levmar-2.6/matlab/modhs52.m levmar-2.6/matlab/jacmodhs52.m levmar-2.6/matlab/mods235.m levmar-2.6/matlab/expfit.m levmar-2.6/matlab/jacexpfit.m levmar-2.6/matlab/CMakeLists.txt levmar-2.6/matlab/modhs38.m levmar-2.6/matlab/modhs76.m levmar-2.6/matlab/jacmodhs76.m levmar-2.6/matlab/jacmodhs38.m levmar-2.6/matlab/osborne.m levmar-2.6/matlab/jacosborne.m levmar-2.6/misc.c levmar-2.6/misc_core.c levmar-2.6/misc.h levmar-2.6/README.txt cc -funroll-loops -Wall -ULINSOLVERS_RETAIN_MEMORY -O2 -march=i586 -mtune=i686 -c lm.c -o build/lm.o In file included from lm.c:54: lm_core.c:72:11: warning: argument 8 of type ‘float[4]’ with mismatched bound [-Warray-parameter=] 72 | LM_REAL opts[4], /* I: minim. options [\mu, \epsilon1, \epsilon2, \epsilon3]. Respectively the scale factor for initial \mu, In file included from lm.c:31: levmar.h:214:59: note: previously declared as ‘float *’ 214 | float *p, float *x, int m, int n, int itmax, float *opts, | ~~~~~~~^~~~ In file included from lm.c:54: lm_core.c:75:11: warning: argument 9 of type ‘float[10]’ with mismatched bound [-Warray-parameter=] 75 | LM_REAL info[LM_INFO_SZ], In file included from lm.c:31: levmar.h:215:14: note: previously declared as ‘float *’ 215 | float *info, float *work, float *covar, void *adata); | ~~~~~~~^~~~ In file included from lm.c:54: lm_core.c:445:11: warning: argument 7 of type ‘float[5]’ with mismatched bound [-Warray-parameter=] 445 | LM_REAL opts[5], /* I: opts[0-4] = minim. options [\mu, \epsilon1, \epsilon2, \epsilon3, \delta]. Respectively the In file included from lm.c:31: levmar.h:219:59: note: previously declared as ‘float *’ 219 | float *p, float *x, int m, int n, int itmax, float *opts, | ~~~~~~~^~~~ In file included from lm.c:54: lm_core.c:451:11: warning: argument 8 of type ‘float[10]’ with mismatched bound [-Warray-parameter=] 451 | LM_REAL info[LM_INFO_SZ], In file included from lm.c:31: levmar.h:220:14: note: previously declared as ‘float *’ 220 | float *info, float *work, float *covar, void *adata); | ~~~~~~~^~~~ In file included from lm.c:75: lm_core.c:72:11: warning: argument 8 of type ‘double[4]’ with mismatched bound [-Warray-parameter=] 72 | LM_REAL opts[4], /* I: minim. options [\mu, \epsilon1, \epsilon2, \epsilon3]. Respectively the scale factor for initial \mu, In file included from lm.c:31: levmar.h:109:62: note: previously declared as ‘double *’ 109 | double *p, double *x, int m, int n, int itmax, double *opts, | ~~~~~~~~^~~~ In file included from lm.c:75: lm_core.c:75:11: warning: argument 9 of type ‘double[10]’ with mismatched bound [-Warray-parameter=] 75 | LM_REAL info[LM_INFO_SZ], In file included from lm.c:31: levmar.h:110:15: note: previously declared as ‘double *’ 110 | double *info, double *work, double *covar, void *adata); | ~~~~~~~~^~~~ In file included from lm.c:75: lm_core.c:445:11: warning: argument 7 of type ‘double[5]’ with mismatched bound [-Warray-parameter=] 445 | LM_REAL opts[5], /* I: opts[0-4] = minim. options [\mu, \epsilon1, \epsilon2, \epsilon3, \delta]. Respectively the In file included from lm.c:31: levmar.h:114:62: note: previously declared as ‘double *’ 114 | double *p, double *x, int m, int n, int itmax, double *opts, | ~~~~~~~~^~~~ In file included from lm.c:75: lm_core.c:451:11: warning: argument 8 of type ‘double[10]’ with mismatched bound [-Warray-parameter=] 451 | LM_REAL info[LM_INFO_SZ], In file included from lm.c:31: levmar.h:115:15: note: previously declared as ‘double *’ 115 | double *info, double *work, double *covar, void *adata); | ~~~~~~~~^~~~ cc -funroll-loops -Wall -ULINSOLVERS_RETAIN_MEMORY -O2 -march=i586 -mtune=i686 -c Axb.c -o build/Axb.o In file included from Axb.c:50: Axb_core.c: In function ‘dAx_eq_b_SVD’: Axb_core.c:866:26: warning: variable ‘iwork’ set but not used [-Wunused-but-set-variable] 866 | int info, rank, worksz, *iwork, iworksz; | ^~~~~ In file included from Axb.c:68: Axb_core.c: In function ‘sAx_eq_b_SVD’: Axb_core.c:866:26: warning: variable ‘iwork’ set but not used [-Wunused-but-set-variable] 866 | int info, rank, worksz, *iwork, iworksz; | ^~~~~ cc -funroll-loops -Wall -ULINSOLVERS_RETAIN_MEMORY -O2 -march=i586 -mtune=i686 -c misc.c -o build/misc.o In file included from misc.c:47: misc_core.c: In function ‘slevmar_pseudoinverse’: misc_core.c:344:26: warning: variable ‘iwork’ set but not used [-Wunused-but-set-variable] 344 | int info, rank, worksz, *iwork, iworksz; | ^~~~~ In file included from misc.c:64: misc_core.c: In function ‘dlevmar_pseudoinverse’: misc_core.c:344:26: warning: variable ‘iwork’ set but not used [-Wunused-but-set-variable] 344 | int info, rank, worksz, *iwork, iworksz; | ^~~~~ cc -funroll-loops -Wall -ULINSOLVERS_RETAIN_MEMORY -O2 -march=i586 -mtune=i686 -c lmlec.c -o build/lmlec.o In file included from lmlec.c:57: lmlec_core.c:384:11: warning: argument 11 of type ‘float[4]’ with mismatched bound [-Warray-parameter=] 384 | LM_REAL opts[4], /* I: minim. options [\mu, \epsilon1, \epsilon2, \epsilon3]. Respectively the scale factor for initial \mu, In file included from lmlec.c:30: levmar.h:240:25: note: previously declared as ‘float *’ 240 | int itmax, float *opts, float *info, float *work, float *covar, void *adata); | ~~~~~~~^~~~ In file included from lmlec.c:57: lmlec_core.c:387:11: warning: argument 12 of type ‘float[10]’ with mismatched bound [-Warray-parameter=] 387 | LM_REAL info[LM_INFO_SZ], In file included from lmlec.c:30: levmar.h:240:38: note: previously declared as ‘float *’ 240 | int itmax, float *opts, float *info, float *work, float *covar, void *adata); | ~~~~~~~^~~~ In file included from lmlec.c:57: lmlec_core.c:513:11: warning: argument 10 of type ‘float[5]’ with mismatched bound [-Warray-parameter=] 513 | LM_REAL opts[5], /* I: opts[0-3] = minim. options [\mu, \epsilon1, \epsilon2, \epsilon3, \delta]. Respectively the In file included from lmlec.c:30: levmar.h:245:25: note: previously declared as ‘float *’ 245 | int itmax, float *opts, float *info, float *work, float *covar, void *adata); | ~~~~~~~^~~~ In file included from lmlec.c:57: lmlec_core.c:519:11: warning: argument 11 of type ‘float[10]’ with mismatched bound [-Warray-parameter=] 519 | LM_REAL info[LM_INFO_SZ], In file included from lmlec.c:30: levmar.h:245:38: note: previously declared as ‘float *’ 245 | int itmax, float *opts, float *info, float *work, float *covar, void *adata); | ~~~~~~~^~~~ In file included from lmlec.c:72: lmlec_core.c:384:11: warning: argument 11 of type ‘double[4]’ with mismatched bound [-Warray-parameter=] 384 | LM_REAL opts[4], /* I: minim. options [\mu, \epsilon1, \epsilon2, \epsilon3]. Respectively the scale factor for initial \mu, In file included from lmlec.c:30: levmar.h:135:26: note: previously declared as ‘double *’ 135 | int itmax, double *opts, double *info, double *work, double *covar, void *adata); | ~~~~~~~~^~~~ In file included from lmlec.c:72: lmlec_core.c:387:11: warning: argument 12 of type ‘double[10]’ with mismatched bound [-Warray-parameter=] 387 | LM_REAL info[LM_INFO_SZ], In file included from lmlec.c:30: levmar.h:135:40: note: previously declared as ‘double *’ 135 | int itmax, double *opts, double *info, double *work, double *covar, void *adata); | ~~~~~~~~^~~~ In file included from lmlec.c:72: lmlec_core.c:513:11: warning: argument 10 of type ‘double[5]’ with mismatched bound [-Warray-parameter=] 513 | LM_REAL opts[5], /* I: opts[0-3] = minim. options [\mu, \epsilon1, \epsilon2, \epsilon3, \delta]. Respectively the In file included from lmlec.c:30: levmar.h:140:26: note: previously declared as ‘double *’ 140 | int itmax, double *opts, double *info, double *work, double *covar, void *adata); | ~~~~~~~~^~~~ In file included from lmlec.c:72: lmlec_core.c:519:11: warning: argument 11 of type ‘double[10]’ with mismatched bound [-Warray-parameter=] 519 | LM_REAL info[LM_INFO_SZ], In file included from lmlec.c:30: levmar.h:140:40: note: previously declared as ‘double *’ 140 | int itmax, double *opts, double *info, double *work, double *covar, void *adata); | ~~~~~~~~^~~~ cc -funroll-loops -Wall -ULINSOLVERS_RETAIN_MEMORY -O2 -march=i586 -mtune=i686 -c lmbc.c -o build/lmbc.o In file included from lmbc.c:57: lmbc_core.c:380:11: warning: argument 11 of type ‘float[4]’ with mismatched bound [-Warray-parameter=] 380 | LM_REAL opts[4], /* I: minim. options [\mu, \epsilon1, \epsilon2, \epsilon3]. Respectively the scale factor for initial \mu, In file included from lmbc.c:31: levmar.h:227:26: note: previously declared as ‘float *’ 227 | int itmax, float *opts, float *info, float *work, float *covar, void *adata); | ~~~~~~~^~~~ In file included from lmbc.c:57: lmbc_core.c:384:11: warning: argument 12 of type ‘float[10]’ with mismatched bound [-Warray-parameter=] 384 | LM_REAL info[LM_INFO_SZ], In file included from lmbc.c:31: levmar.h:227:39: note: previously declared as ‘float *’ 227 | int itmax, float *opts, float *info, float *work, float *covar, void *adata); | ~~~~~~~^~~~ In file included from lmbc.c:57: lmbc_core.c:1072:11: warning: argument 10 of type ‘float[5]’ with mismatched bound [-Warray-parameter=] 1072 | LM_REAL opts[5], /* I: opts[0-4] = minim. options [\mu, \epsilon1, \epsilon2, \epsilon3, \delta]. Respectively the In file included from lmbc.c:31: levmar.h:232:26: note: previously declared as ‘float *’ 232 | int itmax, float *opts, float *info, float *work, float *covar, void *adata); | ~~~~~~~^~~~ In file included from lmbc.c:57: lmbc_core.c:1078:11: warning: argument 11 of type ‘float[10]’ with mismatched bound [-Warray-parameter=] 1078 | LM_REAL info[LM_INFO_SZ], In file included from lmbc.c:31: levmar.h:232:39: note: previously declared as ‘float *’ 232 | int itmax, float *opts, float *info, float *work, float *covar, void *adata); | ~~~~~~~^~~~ In file included from lmbc.c:79: lmbc_core.c:380:11: warning: argument 11 of type ‘double[4]’ with mismatched bound [-Warray-parameter=] 380 | LM_REAL opts[4], /* I: minim. options [\mu, \epsilon1, \epsilon2, \epsilon3]. Respectively the scale factor for initial \mu, In file included from lmbc.c:31: levmar.h:122:27: note: previously declared as ‘double *’ 122 | int itmax, double *opts, double *info, double *work, double *covar, void *adata); | ~~~~~~~~^~~~ In file included from lmbc.c:79: lmbc_core.c:384:11: warning: argument 12 of type ‘double[10]’ with mismatched bound [-Warray-parameter=] 384 | LM_REAL info[LM_INFO_SZ], In file included from lmbc.c:31: levmar.h:122:41: note: previously declared as ‘double *’ 122 | int itmax, double *opts, double *info, double *work, double *covar, void *adata); | ~~~~~~~~^~~~ In file included from lmbc.c:79: lmbc_core.c:1072:11: warning: argument 10 of type ‘double[5]’ with mismatched bound [-Warray-parameter=] 1072 | LM_REAL opts[5], /* I: opts[0-4] = minim. options [\mu, \epsilon1, \epsilon2, \epsilon3, \delta]. Respectively the In file included from lmbc.c:31: levmar.h:127:27: note: previously declared as ‘double *’ 127 | int itmax, double *opts, double *info, double *work, double *covar, void *adata); | ~~~~~~~~^~~~ In file included from lmbc.c:79: lmbc_core.c:1078:11: warning: argument 11 of type ‘double[10]’ with mismatched bound [-Warray-parameter=] 1078 | LM_REAL info[LM_INFO_SZ], In file included from lmbc.c:31: levmar.h:127:41: note: previously declared as ‘double *’ 127 | int itmax, double *opts, double *info, double *work, double *covar, void *adata); | ~~~~~~~~^~~~ cc -funroll-loops -Wall -ULINSOLVERS_RETAIN_MEMORY -O2 -march=i586 -mtune=i686 -c lmblec.c -o build/lmblec.o In file included from lmblec.c:59: lmblec_core.c:199:11: warning: argument 14 of type ‘float[4]’ with mismatched bound [-Warray-parameter=] 199 | LM_REAL opts[4], /* I: minim. options [\mu, \epsilon1, \epsilon2, \epsilon3]. Respectively the scale factor for initial \mu, In file included from lmblec.c:31: levmar.h:252:25: note: previously declared as ‘float *’ 252 | int itmax, float *opts, float *info, float *work, float *covar, void *adata); | ~~~~~~~^~~~ In file included from lmblec.c:59: lmblec_core.c:202:11: warning: argument 15 of type ‘float[10]’ with mismatched bound [-Warray-parameter=] 202 | LM_REAL info[LM_INFO_SZ], In file included from lmblec.c:31: levmar.h:252:38: note: previously declared as ‘float *’ 252 | int itmax, float *opts, float *info, float *work, float *covar, void *adata); | ~~~~~~~^~~~ In file included from lmblec.c:59: lmblec_core.c:311:11: warning: argument 13 of type ‘float[5]’ with mismatched bound [-Warray-parameter=] 311 | LM_REAL opts[5], /* I: opts[0-3] = minim. options [\mu, \epsilon1, \epsilon2, \epsilon3, \delta]. Respectively the In file included from lmblec.c:31: levmar.h:257:25: note: previously declared as ‘float *’ 257 | int itmax, float *opts, float *info, float *work, float *covar, void *adata); | ~~~~~~~^~~~ In file included from lmblec.c:59: lmblec_core.c:317:11: warning: argument 14 of type ‘float[10]’ with mismatched bound [-Warray-parameter=] 317 | LM_REAL info[LM_INFO_SZ], In file included from lmblec.c:31: levmar.h:257:38: note: previously declared as ‘float *’ 257 | int itmax, float *opts, float *info, float *work, float *covar, void *adata); | ~~~~~~~^~~~ In file included from lmblec.c:78: lmblec_core.c:199:11: warning: argument 14 of type ‘double[4]’ with mismatched bound [-Warray-parameter=] 199 | LM_REAL opts[4], /* I: minim. options [\mu, \epsilon1, \epsilon2, \epsilon3]. Respectively the scale factor for initial \mu, In file included from lmblec.c:31: levmar.h:147:26: note: previously declared as ‘double *’ 147 | int itmax, double *opts, double *info, double *work, double *covar, void *adata); | ~~~~~~~~^~~~ In file included from lmblec.c:78: lmblec_core.c:202:11: warning: argument 15 of type ‘double[10]’ with mismatched bound [-Warray-parameter=] 202 | LM_REAL info[LM_INFO_SZ], In file included from lmblec.c:31: levmar.h:147:40: note: previously declared as ‘double *’ 147 | int itmax, double *opts, double *info, double *work, double *covar, void *adata); | ~~~~~~~~^~~~ In file included from lmblec.c:78: lmblec_core.c:311:11: warning: argument 13 of type ‘double[5]’ with mismatched bound [-Warray-parameter=] 311 | LM_REAL opts[5], /* I: opts[0-3] = minim. options [\mu, \epsilon1, \epsilon2, \epsilon3, \delta]. Respectively the In file included from lmblec.c:31: levmar.h:152:26: note: previously declared as ‘double *’ 152 | int itmax, double *opts, double *info, double *work, double *covar, void *adata); | ~~~~~~~~^~~~ In file included from lmblec.c:78: lmblec_core.c:317:11: warning: argument 14 of type ‘double[10]’ with mismatched bound [-Warray-parameter=] 317 | LM_REAL info[LM_INFO_SZ], In file included from lmblec.c:31: levmar.h:152:40: note: previously declared as ‘double *’ 152 | int itmax, double *opts, double *info, double *work, double *covar, void *adata); | ~~~~~~~~^~~~ cc -funroll-loops -Wall -ULINSOLVERS_RETAIN_MEMORY -O2 -march=i586 -mtune=i686 -c lmbleic.c -o build/lmbleic.o In file included from lmbleic.c:60: lmbleic_core.c:122:11: warning: argument 16 of type ‘float[4]’ with mismatched bound [-Warray-parameter=] 122 | LM_REAL opts[4], /* I: minim. options [\mu, \epsilon1, \epsilon2, \epsilon3]. Respectively the scale factor for initial \mu, In file included from lmbleic.c:31: levmar.h:265:25: note: previously declared as ‘float *’ 265 | int itmax, float *opts, float *info, float *work, float *covar, void *adata); | ~~~~~~~^~~~ In file included from lmbleic.c:60: lmbleic_core.c:125:11: warning: argument 17 of type ‘float[10]’ with mismatched bound [-Warray-parameter=] 125 | LM_REAL info[LM_INFO_SZ], In file included from lmbleic.c:31: levmar.h:265:38: note: previously declared as ‘float *’ 265 | int itmax, float *opts, float *info, float *work, float *covar, void *adata); | ~~~~~~~^~~~ In file included from lmbleic.c:60: lmbleic_core.c:283:11: warning: argument 15 of type ‘float[5]’ with mismatched bound [-Warray-parameter=] 283 | LM_REAL opts[5], /* I: opts[0-3] = minim. options [\mu, \epsilon1, \epsilon2, \epsilon3, \delta]. Respectively the In file included from lmbleic.c:31: levmar.h:271:25: note: previously declared as ‘float *’ 271 | int itmax, float *opts, float *info, float *work, float *covar, void *adata); | ~~~~~~~^~~~ In file included from lmbleic.c:60: lmbleic_core.c:289:11: warning: argument 16 of type ‘float[10]’ with mismatched bound [-Warray-parameter=] 289 | LM_REAL info[LM_INFO_SZ], In file included from lmbleic.c:31: levmar.h:271:38: note: previously declared as ‘float *’ 271 | int itmax, float *opts, float *info, float *work, float *covar, void *adata); | ~~~~~~~^~~~ In file included from lmbleic.c:79: lmbleic_core.c:122:11: warning: argument 16 of type ‘double[4]’ with mismatched bound [-Warray-parameter=] 122 | LM_REAL opts[4], /* I: minim. options [\mu, \epsilon1, \epsilon2, \epsilon3]. Respectively the scale factor for initial \mu, In file included from lmbleic.c:31: levmar.h:160:26: note: previously declared as ‘double *’ 160 | int itmax, double *opts, double *info, double *work, double *covar, void *adata); | ~~~~~~~~^~~~ In file included from lmbleic.c:79: lmbleic_core.c:125:11: warning: argument 17 of type ‘double[10]’ with mismatched bound [-Warray-parameter=] 125 | LM_REAL info[LM_INFO_SZ], In file included from lmbleic.c:31: levmar.h:160:40: note: previously declared as ‘double *’ 160 | int itmax, double *opts, double *info, double *work, double *covar, void *adata); | ~~~~~~~~^~~~ In file included from lmbleic.c:79: lmbleic_core.c:283:11: warning: argument 15 of type ‘double[5]’ with mismatched bound [-Warray-parameter=] 283 | LM_REAL opts[5], /* I: opts[0-3] = minim. options [\mu, \epsilon1, \epsilon2, \epsilon3, \delta]. Respectively the In file included from lmbleic.c:31: levmar.h:166:26: note: previously declared as ‘double *’ 166 | int itmax, double *opts, double *info, double *work, double *covar, void *adata); | ~~~~~~~~^~~~ In file included from lmbleic.c:79: lmbleic_core.c:289:11: warning: argument 16 of type ‘double[10]’ with mismatched bound [-Warray-parameter=] 289 | LM_REAL info[LM_INFO_SZ], In file included from lmbleic.c:31: levmar.h:166:40: note: previously declared as ‘double *’ 166 | int itmax, double *opts, double *info, double *work, double *covar, void *adata); | ~~~~~~~~^~~~ cc -shared -Wl,-soname,liblevmar.so.2 -o build/liblevmar.so.2.2 -llapack -lblas -lm build/lm.o build/Axb.o build/misc.o build/lmlec.o build/lmbc.o build/lmblec.o build/lmbleic.o /usr/bin/ld: build/lm.o: warning: relocation in read-only section `.text' /usr/bin/ld: warning: creating DT_TEXTREL in a shared object install -Dpm 644 levmar.h /usr/src/slapt-src/libraries/levmar/package-levmar/usr/include/levmar/levmar.h install -s -Dpm 755 build/liblevmar.so.2.2 /usr/src/slapt-src/libraries/levmar/package-levmar/usr/lib/liblevmar.so.2.2 ln -rs /usr/src/slapt-src/libraries/levmar/package-levmar/usr/lib/liblevmar.so.2.2 /usr/src/slapt-src/libraries/levmar/package-levmar/usr/lib/liblevmar.so.2 ln -rs /usr/src/slapt-src/libraries/levmar/package-levmar/usr/lib/liblevmar.so.2.2 /usr/src/slapt-src/libraries/levmar/package-levmar/usr/lib/liblevmar.so Slackware package maker, version 3.14159265. Searching for symbolic links: usr/lib/liblevmar.so liblevmar.so.2.2 usr/lib/liblevmar.so.2 liblevmar.so.2.2 Making symbolic link creation script: ( cd usr/lib ; rm -rf liblevmar.so ) ( cd usr/lib ; ln -sf liblevmar.so.2.2 liblevmar.so ) ( cd usr/lib ; rm -rf liblevmar.so.2 ) ( cd usr/lib ; ln -sf liblevmar.so.2.2 liblevmar.so.2 ) It is recommended that you make these lines your new installation script. Would you like to make this stuff the install script for this package and remove the symbolic links ([y]es, [n]o)? y Removing symbolic links: removed './usr/lib/liblevmar.so.2' removed './usr/lib/liblevmar.so' Creating your new ./install/doinst.sh... This next step is optional - you can set the directories in your package to some sane permissions. If any of the directories in your package have special permissions, then DO NOT reset them here! Would you like to reset all directory permissions to 755 (drwxr-xr-x) and directory ownerships to root.root ([y]es, [n]o)? n Creating Slackware package: /usr/src/slapt-src/libraries/levmar/levmar-2.6-i586-3salix15.0.txz ./ install/ install/doinst.sh install/slack-desc usr/ usr/doc/ usr/doc/levmar-2.6/ usr/doc/levmar-2.6/LICENSE usr/doc/levmar-2.6/README.txt usr/doc/levmar-2.6/levmar.SlackBuild usr/include/ usr/include/levmar/ usr/include/levmar/levmar.h usr/lib/ usr/lib/liblevmar.so.2.2 Slackware package /usr/src/slapt-src/libraries/levmar/levmar-2.6-i586-3salix15.0.txz created. Installing package levmar-2.6-i586-3salix15.0... | levmar (Levenberg-Marquardt nonlinear least squares algorithm) | | GPL native ANSI C implementations of the Levenberg-Marquardt | optimization algorithm, usable also from C++, Matlab, Perl, Python, | Haskell and Tcl. | | http://users.ics.forth.gr/~lourakis/levmar/ | | | | | |