10 More Discussions You Might Find Interesting
1. Shell Programming and Scripting
Hi all,
I downloaded an external program and extracted all the files to a folder. they have a make file which I have to run. But when I run make file I get an error
g++ -O2 -c pgm.cpp
make: g++: Command not found
make: *** Error 127
When I checked the list of GCC I get this
binf-01... (14 Replies)
Discussion started by: kaav06
14 Replies
2. Solaris
Dear all,
we are facing a problem solarais 10.5
we are trying to install zip23
when i run this command
make -f unix/Makefile system
i got this error
make: fatal error: Don't know how to make target 'system'
please help
Thanks (2 Replies)
Discussion started by: Emad Nabil
2 Replies
3. Shell Programming and Scripting
I have the following makefile to create my programs, and getting the following error. Somehow it it trying to get to ./programs/rdt/raytrac.cc rather than ./programs/raytrac.cc
It seems to be picking the last path to rdt
g++ -traditional -Wno-non-template-friend -Wno-deprecated -O3 -DNDEBUG... (2 Replies)
Discussion started by: kristinu
2 Replies
4. HP-UX
Dear Unixians,
I have try to link my libraries with tuxedo
that showing following errors,
]
My make file few lines:
....
actual linking
regards,
kkl (1 Reply)
Discussion started by: kkl
1 Replies
5. Linux
Hi, hopefully someone can help me. I am trying to set up LAMP on Fedora 11 starting with MySql. I downloaded the mysql-5.1.40.tar.gz tarball and unpacked it all. This created the mysql-5.1.40 directory. Next I ran the
./configure command.
Following this I ran the make command to compile but... (2 Replies)
Discussion started by: patcom
2 Replies
6. UNIX for Advanced & Expert Users
hi guys
would u clarify me how to use make command , how to write rules of make command and to execute . (1 Reply)
Discussion started by: chinakampalli p
1 Replies
7. UNIX for Dummies Questions & Answers
hi guys/gals
would u help me out on using make command , how to write rules and execute of make command , am using mandriva linux (1 Reply)
Discussion started by: chinakampalli p
1 Replies
8. Solaris
Hello everyone, this is the first i write in the forum, hope i can help ,
but now i have a problem
There must be something wrong in my machine. I installed ( years ago ) an application (NEP) and when I try to show the backup scheduled in crontab the systems says i have no privilegies to do... (4 Replies)
Discussion started by: javierg
4 Replies
9. AIX
Hi guys,
I am trying to install Big Brother monitoring on my box p570 AIX5.3ML2.
But the after the installation you must run a make and it is failed see below the message:
/home/bb/bb1.9h-btf/src/ # make
Making aix makefile
BBOS="aix" CC="cc" CFLAGS=" -Daix -DTIMEH -DREGEXEC... (1 Reply)
Discussion started by: touny
1 Replies
10. UNIX for Advanced & Expert Users
i've seen a few posts regarding this issue, and i've tried the resolutions,
but i keep running into the same problem.
i'm trying to compile OpenSSL with the use of rsaref-2.0 (i'm running
through this tutorial... (1 Reply)
Discussion started by: xyyz
1 Replies