Ignazio Di Napoli wrote: > René Berber wrote: >> Never put libraries first. > > Doesn't help...
Same exact error message? >> g++ -g -O2 -L/usr/local/atlas/lib/ -o linprog.exe main.o matrix.o >> vector.o lipsol.o myexception.o matrix-io.o matrix-cmp.o matrix-ops.o >> matrix-pos.o >> matrix-fun.o matrix-lna.o matrix-stb.o sparsematrix.o -llapack -lcblas >> -lf77blas -latlas Do this to test the library: nm /usr/local/atlas/lib/libcblas.a | grep cblas_dgemm is the function defined? -- René Berber -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

