Ask a Question related to PERL Modules, Design and Development.
-
Stan Brown #1
Help compiling Device::SerialPort
I am trying to get Device::SerialPort working on Soalris 10.
The build fails during the make stage. What's hapening is that, even though
configure finds the gcc compiler, the build process sets up the Makefile to
use teh (nonexistant cc). I;ve tried to hack the Makefile by hand, but
clearly I don't know what I'm doing :-(
I change teh CC def to gcc, and the LD def to /usr/ccs/bin/ld (is that
correct, or should there be a GNU linker). I also ahd to remove -G from
LDFLAGS,
But after doing all of this, I still could not get it to compile.
Sugestions?
--
"They that would give up essential liberty for temporary safety deserve
neither liberty nor safety."
-- Benjamin Franklin
Stan Brown Guest
-
Problems with Device-SerialPort
I'm trying to posr a perl application from FreeBSD to Soalris 10 X86. One of the key requirements of this application is communicating via the... -
problem with Device::SerialPort
Hi. I've been googling all afternoon now but wasn't able to find my problem mentioned someplace, but if for some reason my google-fu was weak,... -
Loopback with Device::SerialPort?
This is cross-posted to .misc and modules, as I'm not certain where it belongs. Feel free to redirect the conversation to whichever group you feel... -
Need help with Win32::SerialPort
Hi, Does any one know of any other manual, paper,... that be have a little more info about the methods in this module Thanks, -shahriar -
Waiting for a char received by a serial port (Device::SerialPort)
Hello, I just did my first steps in programming perl today and got a "nearly" functioning program. What it should do: Send a file to /dev/ttyS0...



Reply With Quote

