Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 09 May 2006 04:16:24 -0700
From:      soralx@cydem.org
To:        freebsd-questions@freebsd.org
Subject:   linker wiredness?
Message-ID:  <200605090416.24346.soralx@cydem.org>

next in thread | raw e-mail | index | archive | help

[root@soralx /geda-gschem-20060123]# rm ./conftest
[root@soralx /geda-gschem-20060123]# cc -o conftest -g -O2 conftest.c -lstroke
/usr/bin/ld: cannot find -lstroke
>>>            ^^^^^^^^^^^^^^^^^^^^  -- why???            <<<
[root@soralx /geda-gschem-20060123]# ldconfig -r|grep stroke
        441:-lstroke.0 => /usr/local/lib/libstroke.so.0
        442:-lgstroke.0 => /usr/local/lib/libgstroke.so.0
[root@soralx /geda-gschem-20060123]# cc -o conftest -g -O2 conftest.c -L/usr/local/lib -lstroke
[root@soralx /geda-gschem-20060123]# ll ./conftest           
-rwxr-xr-x  1 root  1000  5594 May  9 04:06 ./conftest*

Am I missing something here?

P.S.: plz CC to me, as I'm not following -questions.

Timestamp: 0x44607809
[SorAlx]  ridin' VN1500-B2



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200605090416.24346.soralx>