> When you created the installation CDs, did you verify that checksums
> of the ISO files are correct?
>
> --
> Dmitry
I'm fairly certain they matched up with their associated md5 values. The
install went fine.
___
freebsd-questions@freebsd.org maili
On 6/10/05, Keyser <[EMAIL PROTECTED]> wrote:
> > Do you have any locale environment variables set? The program runs
> > fine on my machine.
> >
> > --
> > Dan Nelson
>
> I don't think so? This is a completely fresh install of FreeBSD 5.4.
> Haven't made any changes. Maybe I need to change some
Hello,
please show the output of 'env' and 'cat /var/run/dmesg.boot' to receive
an impression of you system.
Björn
Here you go and thanks for taking the time to look at this.
vitoc# env
USER=root
HOME=/root
SHELL=/bin/csh
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/lo
Hello,
please show the output of 'env' and 'cat /var/run/dmesg.boot' to receive
an impression of you system.
Björn
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mai
Do you have any locale environment variables set? The program runs
fine on my machine.
--
Dan Nelson
I don't think so? This is a completely fresh install of FreeBSD 5.4.
Haven't made any changes. Maybe I need to change something? However, it
would be strange to install with default settin
In the last episode (Jun 09), Keyser said:
> I posted this topic a few days ago but still haven't found a solution
> yet. However, I believe I'm able to provide more information now.
> Here is a log showing what I'm up against:
>
> vitoc# cat test.cpp
> #include
> using namespace std;
>
> int
I posted this topic a few days ago but still haven't found a solution yet.
However, I believe I'm able to provide more information now. Here is a log
showing what I'm up against:
vitoc# pwd
/usr/temp/cpp
vitoc# ls
test.cpp
vitoc# cat test.cpp
#include
using namespace std;
int main()
{
cout <