tlf-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [Tlf-devel] tlf and freebsd


From: Shaun W. Grogan
Subject: RE: [Tlf-devel] tlf and freebsd
Date: Sat, 12 Apr 2003 12:15:12 -0400

I found it.  I just had to remove the <linux/ioctl.h> and replace with
<sys/ioctl.h> and got past that.  Thanks everyone so far for your help.
Now it's bombing at this point.

main.o: In function `main':
/usr/home/shaung/tlf-0.8.19/src/main.c:527: undefined reference to
`pthread_create'
/usr/home/shaung/tlf-0.8.19/src/main.c:535: undefined reference to
`pthread_create'
/usr/home/shaung/tlf-0.8.19/src/main.c:542: undefined reference to
`pthread_join'
/usr/home/shaung/tlf-0.8.19/src/main.c:543: undefined reference to
`pthread_join'
*** Error code 1

Stop in /usr/home/shaung/tlf-0.8.19/src.
*** Error code 1

Stop in /usr/home/shaung/tlf-0.8.19.
*** Error code 1

Stop in /usr/home/shaung/tlf-0.8.19.

I do not have a pthread_create or pthread_join but I do have
pthread_create.3 in /usr/src/lib/libpthread/man/pthread_create.3.  I'm
guessing that this is the same thing but I'm not sure.

Shaun

-----Original Message-----
From: address@hidden
[mailto:address@hidden On Behalf Of
Bob Nielsen
Sent: Saturday, April 12, 2003 9:01 AM
To: address@hidden
Subject: Re: [Tlf-devel] tlf and freebsd


Hopefully freebsd has some equivalent to /usr/include/linux/ioctl.h. 
What does 'find /usr/include -name ioctl.h' return?

On Fri, Apr 11, 2003 at 08:40:09PM -0400, Shaun W. Grogan wrote:
> Sorry I sent before I had fished typing. In my tlf.h it is already 
> specified as #include <sys/main.h>. Here is where it blows up....
> 
> testmorse.c:24:25: linux/ioctl.h: No such file or directory
> 
> *** Error code 1
> 
> Stop in /usr/home/shaung/tlf-0.8.19/src.
> 
> *** Error code 1
> 
> Stop in /usr/home/shaung/tlf-0.8.19.
> 
> *** Error code 1
> 
> Stop in /usr/home/shaung/tlf-0.8.19.
> 
> Any help is greatly appreciated.
> 
> Shaun W. Grogan
> 
> KG4GKG
> 

> _______________________________________________
> Tlf-devel mailing list
> address@hidden http://mail.nongnu.org/mailman/listinfo/tlf-devel


-- 
Bob Nielsen, N7XY                          address@hidden
Bainbridge Island, WA                      http://www.n7xy.net
IOTA NA-065, USI WA-028S 


_______________________________________________
Tlf-devel mailing list
address@hidden http://mail.nongnu.org/mailman/listinfo/tlf-devel





reply via email to

[Prev in Thread] Current Thread [Next in Thread]