Click here to Skip to main content
16,013,465 members
Home / Discussions / Linux, Apache, MySQL, PHP
   

Linux, Apache, MySQL, PHP

 
AnswerRe: Is Linux worth it? Pin
flydream204613-Dec-08 21:08
flydream204613-Dec-08 21:08 
QuestionWhat do I need to learn? Pin
MikeMarq20-Oct-08 9:20
MikeMarq20-Oct-08 9:20 
AnswerRe: What do I need to learn? [modified] Pin
Shyam Bharath26-Oct-08 19:07
Shyam Bharath26-Oct-08 19:07 
GeneralRe: What do I need to learn? Pin
MikeMarq31-Oct-08 12:03
MikeMarq31-Oct-08 12:03 
Questioncompiling more than 2 C files Pin
Schehaider_Aymen19-Oct-08 6:52
Schehaider_Aymen19-Oct-08 6:52 
AnswerRe: compiling more than 2 C files Pin
Moak19-Oct-08 14:49
Moak19-Oct-08 14:49 
GeneralRe: compiling more than 2 C files Pin
Schehaider_Aymen19-Oct-08 23:06
Schehaider_Aymen19-Oct-08 23:06 
AnswerRe: compiling more than 2 C files Pin
DevMentor.org24-Oct-08 17:58
DevMentor.org24-Oct-08 17:58 
you will need to compile each file separately. each file creates a different exe, one will create a client exe and the other a server exe.

each file has a main method, when you compile files together it to create a single exe, so what you are doing is incorrect. in short you can't have multiple definitions of a function, in your case that would be 'main'

try:

gcc -o server server.c
gcc -o client client.c

hope this helps Big Grin | :-D

---
Yours Truly, The One and Only!
web: devmentor.org
Design, Code, Test, Deploy

QuestionMultithreading with Multi-Core and Linux Pin
Thanh.VD19-Oct-08 5:30
Thanh.VD19-Oct-08 5:30 
AnswerRe: Multithreading with Multi-Core and Linux Pin
Moak19-Oct-08 14:47
Moak19-Oct-08 14:47 
GeneralRe: Multithreading with Multi-Core and Linux Pin
Thanh.VD20-Oct-08 16:59
Thanh.VD20-Oct-08 16:59 
AnswerRe: Multithreading with Multi-Core and Linux Pin
markkuk23-Oct-08 0:43
markkuk23-Oct-08 0:43 
GeneralRe: Multithreading with Multi-Core and Linux Pin
Thanh.VD27-Oct-08 6:18
Thanh.VD27-Oct-08 6:18 
Questionsorting on cloumn headers acending and desanding Pin
umeshdaiya18-Oct-08 1:40
umeshdaiya18-Oct-08 1:40 
AnswerRe: sorting on cloumn headers acending and desanding Pin
Mohammad Dayyan18-Oct-08 9:04
Mohammad Dayyan18-Oct-08 9:04 
GeneralRe: sorting on cloumn headers acending and desanding Pin
umeshdaiya19-Oct-08 21:13
umeshdaiya19-Oct-08 21:13 
AnswerRe: sorting on cloumn headers acending and desanding Pin
Jules VDV29-Jan-09 8:44
Jules VDV29-Jan-09 8:44 
AnswerRe: sorting on cloumn headers acending and desanding Pin
Ranjit Viswakumar29-Jan-09 12:40
Ranjit Viswakumar29-Jan-09 12:40 
QuestionNeed Linux Libraries Pin
gtag16-Oct-08 1:58
gtag16-Oct-08 1:58 
AnswerRe: Need Linux Libraries Pin
Divyang Mithaiwala16-Mar-09 0:50
Divyang Mithaiwala16-Mar-09 0:50 
Questionmysql date Pin
UD(IA)13-Oct-08 22:49
UD(IA)13-Oct-08 22:49 
AnswerRe: mysql date Pin
Perspx19-Oct-08 19:56
Perspx19-Oct-08 19:56 
GeneralRe: mysql date Pin
umeshdaiya19-Oct-08 21:14
umeshdaiya19-Oct-08 21:14 
Questionpdf not supporting chinies characters Pin
UD(IA)13-Oct-08 21:25
UD(IA)13-Oct-08 21:25 
Questionjavascript validation & how to use in php Pin
umeshdaiya13-Oct-08 20:23
umeshdaiya13-Oct-08 20:23 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.