CFD Online Discussion Forums

CFD Online Discussion Forums (http://www.cfd-online.com/Forums/)
-   FLUENT (http://www.cfd-online.com/Forums/fluent/)
-   -   UDF compilation problem on Linux System (http://www.cfd-online.com/Forums/fluent/47129-udf-compilation-problem-linux-system.html)

Nitin Pathak January 25, 2008 04:40

UDF compilation problem on Linux System
 
Hi i m getting following error during the compilation of my UDF. UDF is working in Windows system but in linux its show the following error. can anybody pls specify what kinda of error it is?

for d in lnx86/[23]*; do \ ( \

cd $d; \

for f in ../../src/*.[ch] ../../src/makefile; do \

if [ ! -f `basename $f` ]; then \

echo "# linking to" $f "in" $d; \

ln -s $f .; \

fi; \

done; \

echo ""; \

echo "# building library in" $d; \

if [ "" = "1" ]; then \

echo "# using gcc64"; \

make ARCHC=gcc64 -k>makelog 2>&1; \

else \

if [ "" = "1" ]; then \

echo "# using gcc"; \

make ARCHC=gcc -k>makelog 2>&1; \

else \

make -k>makelog 2>&1; \

fi; \

fi;\

cat makelog; \ ) \ done

# building library in lnx86/2ddp make[1]: Entering directory `/home/sankhya/users/pathak/sph/libudf/lnx86/2ddp' make[1]: *** No rule to make target `incp1994ch.c', needed by `udf_names.c'. make[1]: Target `default' not remade because of errors. make[1]: Leaving directory `/home/sankhya/users/pathak/sph/libudf/lnx86/2ddp'



All times are GMT -4. The time now is 22:00.