Hi,
Unix != Linux. FreeBSD does not use libdl either, the dl*() functions
are provided by libc instead. The -ldl requirements should be checked
in the configure script IMHO.
regards,
Markus
Ralf Habacker writes:
> > libdl is a linux'ism. You don't need it. We don't have it :-) Just
> > remove
Elfyn McBratney wrote:
> > Here is the line for the compilation :
> >
> > " gcc -o wish.exe OBJ/wish.o OBJ/calculPosition.o
> > OBJ/calculVisibiliteCmd.o -L/usr/lib -L/usr/X11R6/lib
> > -ltk -ltcl -ldl -lX11 -lm "
> >
> > and it produces this error :
> >
> > "
> > /usr/lib/gcc-lib/i686-pc-cygwin/3
Hallo Philippe,
Am Mittwoch, 9. Juli 2003 um 14:25 schriebst du:
> I manage to access to the directory lib and bin but i
> can't see it ...
> [EMAIL PROTECTED] /]$ mount
> c:\cygwin\usr\X11R6\lib\X11\fonts on
> /usr/X11R6/lib/X11/fonts type system (binmode)
> c:\cygwin\usr\bin on /usr/bin type u
Try
cd /usr
cmd /c "mkdir bin"
cmd /c "mkdir lib"
in bash.
Igor
On Wed, 9 Jul 2003, philippe guillaume wrote:
> I manage to access to the directory lib and bin but i
> can't see it ...
>
> [EMAIL PROTECTED] /]$ mount
> c:\cygwin\usr\X11R6\lib\X11\fonts on
> /usr/X11R6/lib/X11/f
Unlike UNIX `mount', Cygwin `mount' doesn't need the directory to actually
be there - but you can create it if its absence confuses you.
rlc
On Wed, 9 Jul 2003, philippe guillaume wrote:
> I manage to access to the directory lib and bin but i
> can't see it ...
>
> [EMAIL PROTECTED] /]$ mount
I manage to access to the directory lib and bin but i
can't see it ...
[EMAIL PROTECTED] /]$ mount
c:\cygwin\usr\X11R6\lib\X11\fonts on
/usr/X11R6/lib/X11/fonts type system (binmode)
c:\cygwin\usr\bin on /usr/bin type user (textmode)
c:\cygwin\usr\lib on /usr/lib type user (textmode)
c:\cygwin on
On Wed, 9 Jul 2003, philippe guillaume wrote:
> There's two things that i don't understand ...
> 1- Why i can't see the bin directory on windows in
> c:\cygwin\usr and even when i do " ls -l /usr " ?
Have a look at the result of "mount" - you'll see /usr/bin is an alias for
c:\cygwin\bin (aka /bin
On Wed, 9 Jul 2003, [iso-8859-1] philippe guillaume wrote:
> Here is the line for the compilation :
>
> " gcc -o wish.exe OBJ/wish.o OBJ/calculPosition.o
> OBJ/calculVisibiliteCmd.o -L/usr/lib -L/usr/X11R6/lib
> -ltk -ltcl -ldl -lX11 -lm "
>
> and it produces this error :
>
> "
> /usr/lib/gcc-lib/
8 matches
Mail list logo