This is the mail archive of the gsl-discuss@sources.redhat.com mailing list for the GSL project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Problem with DJGPP and GSL


Hello...

I am running DJGPP (gcc v3.2) in a Pentium III with Windows98

./configure ran OK

but when I run

make

I get the following message

c:/djgpp/bin/make.exe  all-recursive
make.exe[1]: Entering directory `c:/djgpp/gsl-1.3'
Making all in gsl
make.exe[2]: Entering directory `c:/djgpp/gsl-1.3/gsl'
rm -f gsl*.h
HEADERLIST="../gsl*.h ../*/gsl*.h"; \
for h in $HEADERLIST; do \
  BASENAME=`basename $h`; \
  cp -p $h $BASENAME; \
done
make.exe[2]: Leaving directory `c:/djgpp/gsl-1.3/gsl'
Making all in utils
make.exe[2]: Entering directory `c:/djgpp/gsl-1.3/utils'
make.exe[2]: Nothing to be done for `all'.
make.exe[2]: Leaving directory `c:/djgpp/gsl-1.3/utils'

etc ...

Making all in doc
make.exe[2]: Entering directory `c:/djgpp/gsl-1.3/doc'
make.exe[2]: Nothing to be done for `all'.
make.exe[2]: Leaving directory `c:/djgpp/gsl-1.3/doc'
make.exe[2]: Entering directory `c:/djgpp/gsl-1.3'
/dev/env/DJDIR/bin/sh.exe ./libtool --mode=link gcc -g -O2 -o gsl-randist.exe gsl-randist.o libgsl.la cblas/libgslcblas.la
gcc -g -O2 -o gsl-randist.exe gsl-randist.o ./.libs/libgsl.a cblas/.libs/libgslcblas.a
gsl-randist.o: In function `main':
c:/djgpp/gsl-1.3/gsl-randist.c:98: undefined reference to `_gsl_rng_env_setup'
c:/djgpp/gsl-1.3/gsl-randist.c:100: undefined reference to `_gsl_rng_default_seed'
c:/djgpp/gsl-1.3/gsl-randist.c:108: undefined reference to `_gsl_rng_default'
c:/djgpp/gsl-1.3/gsl-randist.c:106: undefined reference to `_gsl_rng_default_seed'
c:/djgpp/gsl-1.3/gsl-randist.c:108: undefined reference to `_gsl_rng_alloc'
c:/djgpp/gsl-1.3/gsl-randist.c:385: undefined reference to `_gsl_ran_bernoulli'
c:/djgpp/gsl-1.3/gsl-randist.c:132: undefined reference to `_gsl_ran_beta'
c:/djgpp/gsl-1.3/gsl-randist.c:139: undefined reference to `_gsl_ran_binomial'
c:/djgpp/gsl-1.3/gsl-randist.c:145: undefined reference to `_gsl_ran_cauchy'
c:/djgpp/gsl-1.3/gsl-randist.c:151: undefined reference to `_gsl_ran_chisq'
c:/djgpp/gsl-1.3/gsl-randist.c:158: undefined reference to `_gsl_ran_erlang'
c:/djgpp/gsl-1.3/gsl-randist.c:164: undefined reference to `_gsl_ran_exponential'
c:/djgpp/gsl-1.3/gsl-randist.c:171: undefined reference to `_gsl_ran_exppow'
c:/djgpp/gsl-1.3/gsl-randist.c:178: undefined reference to `_gsl_ran_fdist'
c:/djgpp/gsl-1.3/gsl-randist.c:185: undefined reference to `_gsl_ran_flat'
c:/djgpp/gsl-1.3/gsl-randist.c:192: undefined reference to `_gsl_ran_gamma'
c:/djgpp/gsl-1.3/gsl-randist.c:198: undefined reference to `_gsl_ran_gaussian'
c:/djgpp/gsl-1.3/gsl-randist.c:205: undefined reference to `_gsl_ran_gaussian_tail'
c:/djgpp/gsl-1.3/gsl-randist.c:210: undefined reference to `_gsl_ran_ugaussian'
c:/djgpp/gsl-1.3/gsl-randist.c:216: undefined reference to `_gsl_ran_ugaussian_tail'
c:/djgpp/gsl-1.3/gsl-randist.c:225: undefined reference to `_gsl_ran_bivariate_gaussian'
c:/djgpp/gsl-1.3/gsl-randist.c:229: undefined reference to `_gsl_ran_dir_2d'
c:/djgpp/gsl-1.3/gsl-randist.c:233: undefined reference to `_gsl_ran_dir_3d'
c:/djgpp/gsl-1.3/gsl-randist.c:243: undefined reference to `_gsl_ran_dir_nd'
c:/djgpp/gsl-1.3/gsl-randist.c:257: undefined reference to `_gsl_ran_geometric'
c:/djgpp/gsl-1.3/gsl-randist.c:264: undefined reference to `_gsl_ran_gumbel1'
c:/djgpp/gsl-1.3/gsl-randist.c:271: undefined reference to `_gsl_ran_gumbel2'
c:/djgpp/gsl-1.3/gsl-randist.c:279: undefined reference to `_gsl_ran_hypergeometric'
c:/djgpp/gsl-1.3/gsl-randist.c:285: undefined reference to `_gsl_ran_laplace'
c:/djgpp/gsl-1.3/gsl-randist.c:290: undefined reference to `_gsl_ran_landau'
c:/djgpp/gsl-1.3/gsl-randist.c:297: undefined reference to `_gsl_ran_levy'
c:/djgpp/gsl-1.3/gsl-randist.c:305: undefined reference to `_gsl_ran_levy_skew'
c:/djgpp/gsl-1.3/gsl-randist.c:311: undefined reference to `_gsl_ran_logarithmic'
c:/djgpp/gsl-1.3/gsl-randist.c:317: undefined reference to `_gsl_ran_logistic'
c:/djgpp/gsl-1.3/gsl-randist.c:324: undefined reference to `_gsl_ran_lognormal'
c:/djgpp/gsl-1.3/gsl-randist.c:331: undefined reference to `_gsl_ran_negative_binomial'
c:/djgpp/gsl-1.3/gsl-randist.c:338: undefined reference to `_gsl_ran_pareto'
c:/djgpp/gsl-1.3/gsl-randist.c:345: undefined reference to `_gsl_ran_pascal'
c:/djgpp/gsl-1.3/gsl-randist.c:351: undefined reference to `_gsl_ran_poisson'
c:/djgpp/gsl-1.3/gsl-randist.c:357: undefined reference to `_gsl_ran_rayleigh'
c:/djgpp/gsl-1.3/gsl-randist.c:364: undefined reference to `_gsl_ran_rayleigh_tail'
c:/djgpp/gsl-1.3/gsl-randist.c:370: undefined reference to `_gsl_ran_tdist'
c:/djgpp/gsl-1.3/gsl-randist.c:377: undefined reference to `_gsl_ran_weibull'
collect2: ld returned 1 exit status
make.exe[2]: *** [gsl-randist.exe] Error 1
make.exe[2]: Leaving directory `c:/djgpp/gsl-1.3'
make.exe[1]: *** [all-recursive] Error 1
make.exe[1]: Leaving directory `c:/djgpp/gsl-1.3'
make.exe: *** [all-recursive-am] Error 2



Now... What should I do?



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]