<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic a new error by compiling in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/a-new-error-by-compiling/m-p/4206903#M91567</link>
    <description>Hello,&lt;BR /&gt;I have changed the makefile a litte bit by plus "-lcl" at the end of the file, but it still doesnot work and shows a new error message.&lt;BR /&gt;&lt;BR /&gt;=============Error message====================&lt;BR /&gt;cc -Aa -o fem2d fem2d.c dim_mlib.c mlib_eval_2.c mlib_eval_3.c stiff_eval.c current_eval.c locstiff_eval.c dPsi_2D.c invjak_mat2D.c jak_det2D.c loc_koord.c dimension.c para_lesen.c schreibe_matrix.c schreibe_matrix2.c Elecfield2D_tri.c ElecFlowfield2D_tri.c field2D_node.c write_msh.c -I/user/include -I/opt/mlib/include -L/opt/mlib/lib/ -lveclib -llapack -lm -lcl&lt;BR /&gt;fem2d.c:&lt;BR /&gt;dim_mlib.c:&lt;BR /&gt;mlib_eval_2.c:&lt;BR /&gt;mlib_eval_3.c:&lt;BR /&gt;stiff_eval.c:&lt;BR /&gt;current_eval.c:&lt;BR /&gt;locstiff_eval.c:&lt;BR /&gt;dPsi_2D.c:&lt;BR /&gt;invjak_mat2D.c:&lt;BR /&gt;jak_det2D.c:&lt;BR /&gt;loc_koord.c:&lt;BR /&gt;dimension.c:&lt;BR /&gt;para_lesen.c:&lt;BR /&gt;schreibe_matrix.c:&lt;BR /&gt;schreibe_matrix2.c:&lt;BR /&gt;Elecfield2D_tri.c:&lt;BR /&gt;ElecFlowfield2D_tri.c:&lt;BR /&gt;field2D_node.c:&lt;BR /&gt;write_msh.c:&lt;BR /&gt;/usr/ccs/bin/ld: Can't find library for -lcl&lt;BR /&gt;*** Error exit code 1&lt;BR /&gt;&lt;BR /&gt;=================Error message===============</description>
    <pubDate>Thu, 29 May 2008 07:45:01 GMT</pubDate>
    <dc:creator>Jian Xiong</dc:creator>
    <dc:date>2008-05-29T07:45:01Z</dc:date>
    <item>
      <title>a new error by compiling</title>
      <link>https://community.hpe.com/t5/operating-system-linux/a-new-error-by-compiling/m-p/4206903#M91567</link>
      <description>Hello,&lt;BR /&gt;I have changed the makefile a litte bit by plus "-lcl" at the end of the file, but it still doesnot work and shows a new error message.&lt;BR /&gt;&lt;BR /&gt;=============Error message====================&lt;BR /&gt;cc -Aa -o fem2d fem2d.c dim_mlib.c mlib_eval_2.c mlib_eval_3.c stiff_eval.c current_eval.c locstiff_eval.c dPsi_2D.c invjak_mat2D.c jak_det2D.c loc_koord.c dimension.c para_lesen.c schreibe_matrix.c schreibe_matrix2.c Elecfield2D_tri.c ElecFlowfield2D_tri.c field2D_node.c write_msh.c -I/user/include -I/opt/mlib/include -L/opt/mlib/lib/ -lveclib -llapack -lm -lcl&lt;BR /&gt;fem2d.c:&lt;BR /&gt;dim_mlib.c:&lt;BR /&gt;mlib_eval_2.c:&lt;BR /&gt;mlib_eval_3.c:&lt;BR /&gt;stiff_eval.c:&lt;BR /&gt;current_eval.c:&lt;BR /&gt;locstiff_eval.c:&lt;BR /&gt;dPsi_2D.c:&lt;BR /&gt;invjak_mat2D.c:&lt;BR /&gt;jak_det2D.c:&lt;BR /&gt;loc_koord.c:&lt;BR /&gt;dimension.c:&lt;BR /&gt;para_lesen.c:&lt;BR /&gt;schreibe_matrix.c:&lt;BR /&gt;schreibe_matrix2.c:&lt;BR /&gt;Elecfield2D_tri.c:&lt;BR /&gt;ElecFlowfield2D_tri.c:&lt;BR /&gt;field2D_node.c:&lt;BR /&gt;write_msh.c:&lt;BR /&gt;/usr/ccs/bin/ld: Can't find library for -lcl&lt;BR /&gt;*** Error exit code 1&lt;BR /&gt;&lt;BR /&gt;=================Error message===============</description>
      <pubDate>Thu, 29 May 2008 07:45:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/a-new-error-by-compiling/m-p/4206903#M91567</guid>
      <dc:creator>Jian Xiong</dc:creator>
      <dc:date>2008-05-29T07:45:01Z</dc:date>
    </item>
    <item>
      <title>Re: a new error by compiling</title>
      <link>https://community.hpe.com/t5/operating-system-linux/a-new-error-by-compiling/m-p/4206904#M91568</link>
      <description>&amp;gt;ld: Can't find library for -lcl&lt;BR /&gt;&lt;BR /&gt;The only way this can fail is if you have removed /usr/lib/libcl.*.&lt;BR /&gt;Or have illegally exported LPATH to not include /usr/lib.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;-I/user/include&lt;BR /&gt;&lt;BR /&gt;(Was this suppose to be /usr/include?  If so, you shouldn't specify it.)</description>
      <pubDate>Thu, 29 May 2008 09:03:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/a-new-error-by-compiling/m-p/4206904#M91568</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-05-29T09:03:39Z</dc:date>
    </item>
    <item>
      <title>Re: a new error by compiling</title>
      <link>https://community.hpe.com/t5/operating-system-linux/a-new-error-by-compiling/m-p/4206905#M91569</link>
      <description>&amp;gt;-I/user/include&lt;BR /&gt;&lt;BR /&gt;(Was this suppose to be /usr/include? If so, you shouldn't specify it.)&lt;BR /&gt;&lt;BR /&gt;Hallo Dennis,&lt;BR /&gt;I have changed the makefile as you suggested, but the error has benn also changed to another like the following. Might you help?&lt;BR /&gt;Thanks a lot and best regards!&lt;BR /&gt;&lt;BR /&gt;===========Error message====================&lt;BR /&gt;cc -Aa -o fem2d fem2d.c dim_mlib.c mlib_eval_2.c mlib_eval_3.c stiff_eval.c current_eval.c locstiff_eval.c dPsi_2D.c invjak_mat2D.c jak_det2D.c loc_koord.c dimension.c para_lesen.c schreibe_matrix.c schreibe_matrix2.c Elecfield2D_tri.c ElecFlowfield2D_tri.c field2D_node.c write_msh.c -I/usr/include -I/opt/mlib/include -L/opt/mlib/lib/ -lveclib -llapack -lm -lcl &lt;BR /&gt;fem2d.c:&lt;BR /&gt;dim_mlib.c:&lt;BR /&gt;mlib_eval_2.c:&lt;BR /&gt;mlib_eval_3.c:&lt;BR /&gt;stiff_eval.c:&lt;BR /&gt;current_eval.c:&lt;BR /&gt;locstiff_eval.c:&lt;BR /&gt;dPsi_2D.c:&lt;BR /&gt;invjak_mat2D.c:&lt;BR /&gt;jak_det2D.c:&lt;BR /&gt;loc_koord.c:&lt;BR /&gt;dimension.c:&lt;BR /&gt;para_lesen.c:&lt;BR /&gt;schreibe_matrix.c:&lt;BR /&gt;schreibe_matrix2.c:&lt;BR /&gt;Elecfield2D_tri.c:&lt;BR /&gt;ElecFlowfield2D_tri.c:&lt;BR /&gt;field2D_node.c:&lt;BR /&gt;write_msh.c:&lt;BR /&gt;/usr/ccs/bin/ld: (Warning) At least one PA 2.0 object file (fem2d.o) was detected. The linked output may not run on a PA 1.x system.&lt;BR /&gt;/usr/ccs/bin/ld: Can't open &lt;BR /&gt;/usr/ccs/bin/ld: No such file or directory&lt;BR /&gt;*** Error exit code 1&lt;BR /&gt;&lt;BR /&gt;Stop.&lt;BR /&gt;=================Error message============== &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 29 May 2008 12:40:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/a-new-error-by-compiling/m-p/4206905#M91569</guid>
      <dc:creator>Jian Xiong</dc:creator>
      <dc:date>2008-05-29T12:40:55Z</dc:date>
    </item>
    <item>
      <title>Re: a new error by compiling</title>
      <link>https://community.hpe.com/t5/operating-system-linux/a-new-error-by-compiling/m-p/4206906#M91570</link>
      <description>ld: Can't open&lt;BR /&gt;ld: No such file or directory&lt;BR /&gt;&lt;BR /&gt;Hmm, this isn't helpful.  I have no idea what the file is.&lt;BR /&gt;&lt;BR /&gt;Try linking with "-Wl,-t" to trace the linker file operations.</description>
      <pubDate>Thu, 29 May 2008 12:45:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/a-new-error-by-compiling/m-p/4206906#M91570</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-05-29T12:45:06Z</dc:date>
    </item>
  </channel>
</rss>

