Actions
Bug #27
closedCompiling error with PLPlot on Debian Linux
Description
Georges Debeve reports the following problem:
icc -O3 -axSSSE3,SSE4.1,SSE4.2,AVX,CORE-AVX2,CORE-AVX-I -no-prec-div -unroll -D_REENTRANT -static-intel -openmp-link static -shared-libgcc -no-intel-extensions -o scamp astrefcat.o astrsolve.o astrstats.o catout.o check.o colour.o astrcplot.o cplot.o photcplot.o crossid.o fft.o fgroup.o field.o fitswcs.o header.o main.o makeit.o match.o merge.o misc.o mosaic.o photsolve.o prefs.o proper.o samples.o threads.o xml.o ./fits/libfits.a ./wcs/libwcs_c.a -L/usr/local/atlas/lib -llapack -lptcblas -lcblas -latlas -lfftw3f_threads -lfftw3f -lpthread -lplplotd -lltdl -ldl -lm -lcsirocsa -lcsironn -lqhull -lqsastime -lfreetype astrcplot.o: In function `cplot_astrepoch3d.W': astrcplot.c:(.text+0x236ff): undefined reference to `plP_w3wcx' astrcplot.c:(.text+0x23718): undefined reference to `plP_w3wcy' astrcplot.o: In function `cplot_astrepoch3d.A': astrcplot.c:(.text+0x24400): undefined reference to `plP_w3wcx' astrcplot.c:(.text+0x24416): undefined reference to `plP_w3wcy' photcplot.o: In function `cplot_photzp3d.W': photcplot.c:(.text+0x306c): undefined reference to `plP_w3wcx' photcplot.c:(.text+0x308e): undefined reference to `plP_w3wcy' photcplot.o: In function `cplot_photzp3d.R': photcplot.c:(.text+0x4231): undefined reference to `plP_w3wcx' photcplot.c:(.text+0x4253): undefined reference to `plP_w3wcy' photcplot.o: In function `cplot_photzp3d.A': photcplot.c:(.text+0x538e): undefined reference to `plP_w3wcx' photcplot.c:(.text+0x53b0): undefined reference to `plP_w3wcy' make[3]: *** [scamp] Erreur 1 make[3]: quittant le répertoire « /usr/local/trunk.r310/src » make[2]: *** [all-recursive] Erreur 1 make[2]: quittant le répertoire « /usr/local/trunk.r310/src » make[1]: *** [all-recursive] Erreur 1 make[1]: quittant le répertoire « /usr/local/trunk.r310 » make: *** [all] Erreur 2
Actions